I want to downgrade python from 3.12.2 to python 3.10.6. How can I do it?
Python 3.12 is the system python - so you cannot - and why would you?
You can’t downgrade bu you can install other version alongside from aur
1 Like
experimenting with PyTorch it’s a machine learning library
You should create a virtual environment for the use case.
But you cannot downgrade the system python - it will break your system.
1 Like
Oh Thanks a lot
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.