I am trying to install pycharm and pygame. I have pycharm, but I keep getting errors when I want to install the packages “python” and “pygame”.
I have added the path C:\Users\kaspe\AppData\Local\Programs\Python\Python38-32 to my environment table, as I’ve seen is the common issue online.
I have upgraded my pip to version 20.0.2 in pycharm.
My command output:
ERROR: Could not find a version that satisfies the requirement Python (from versions: none)
ERROR: No matching distribution found for Python
Typically, this error occurs because the package does not currently have a version on PyPI that supports the Python version used. I haven’t looked into what Python version pygame currently supports (as of writing this, pygame.org is down), but I would recommend first trying to install the package to a previous version of Python, such as 3.7.x instead of 3.8.x.