ubuntu python issues #3410
Unanswered
Insistentelk
asked this question in
Q&A
Replies: 2 comments
-
if you have python3.10 or python3.11 installed (check by If not, then |
Beta Was this translation helpful? Give feedback.
0 replies
-
or use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any one figure out a way to force automatic to detect a correct version of python. If Ubuntu auto updated you to the 24.04 version with python 3.12.3 as default. Even if you mange to install the and compatible version of python and set it as the version the code still keep garbing python version 3.12.3.
Has any one figured out how to get this to work on Ubuntu 24.04 or is a full reinstall on a older version that doesn't have python 3.12.3 the only option.
Edit: Apparently on 24.04 you need to use for PyNEV
curl https://pyenv.run | bash
sudo apt-get install libssl-dev
sudo apt-get install liblzma-dev
sudo apt-get install libffi-dev
sudo apt-get install ncurses-dev
as apparently their are dependencies not properly located and installed.
Beta Was this translation helpful? Give feedback.
All reactions