I’m unable to update beyond version 2.4.2 from the codebase using the terminal on Ubuntu Server. I noticed that version 2.5.2 is available, and I’d like to know how to proceed with the update.
Pretty sure 2.5.2 requires higher than Python 3.8. That got me and I had to jump through some hurdles for that. Personally, I found it easier to upgrade the OS (was using Ubuntu 20.04) so the OS default used a higher version than 3.8. FYI
For future reference, another approach you can try is install using CLI, Advanced Installation | Chia Documentation. This will allow you to upgrade the app with apt update and upgrade commands and removes the need to use venv or activate. Just run like a regular program once installed.