I had installed python version 3.12.4 on my computer. But because it was not compatible with some packages that I had in my cuda virtual environment, I installed an older version of python using pyenv, i.e, python 3.11.0.
The python version in the venv stayed as 3.12.4, when I gave the command python –version.
so I completely uninstalled python 3.12.4 version and installed 3.11.9 in the system.
picture for reference
I’m currently out of ideas and I don’t want to delete the venv because it already has a lot of installed packages.
Any help would be appreciated 🙂
notok is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.