I reinstalled python to get 3.12, and now none of my modules are being installed. E.g., I will install pygame by
pip install pygame
and it will be fine.
Then if I try to use the module or even uninstall it says it does not exist.
trying to install then uninstall pandas
I tried re-installing it using python repair function, but it yielded no results.