I am using vsc as the editor and windows as my OS.
Initially i had some issues with importing pygame. I was able to install the pygame module no problem to the directory, C:~\AppData\Local\Programs\Python\Python39\Lib\site-packages\pygame. But when i import the pygame module on code, it wasnt able to detect the pygame module.
SO i uninstall everything and reinstall python in different directory(seperate folder in user directory). And now when I download pygame, i come across a different error.
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [77 lines of output]
I am not sure how to get around this. I have uninstall and reinstall the python package but cant seem to get rid of this problem.
Any help appreciated!