Sorry in advance if this question has been asked before,
So after some time, I wanted to start a new python project. My previous computer (on which my python files were) died. I had saved my projects in my Dropbox. Now I installed python (3.8, there is also an anaconda installation, but it should not interfere with the python installation) on my new PC, and I cannot import any library to those files.
The python shell can find the imported packages (imported using pip
), but even when I move the files to C:\Users\Username\AppData\Local\Programs\Python\Python38-32\Scripts
(single user installation). It doesn't work.
I have tried uninstalling and re-installing pygame
(in this example. Any library is unusable) using pip
, pip3
and even pip3.8
, I have added the .whl
file by hand, it all didn't work. I have tried a virtual environment, but I can't get that to work either.
I run Windows 10 on a 64-bit computer.