on my old PC with Windows 7 where i’ve installed Python 3.4.2, pip don’t install Pygame (pip version is 1.2.1) using che command pip install pygame
.
First time, the log file reported “SSL error”… yes i put “https” in place of “http” in the .conf file but then the log file said:
File "<string>", line 16, in <module>
File "C:UsersFRANCE~1AppDataLocalTemppip-buildpygamesetup.py", line 171
print(f' {url}')
^
SyntaxError: invalid syntax
So, i tried with the “wheel” file (pygame-1.9.4-cp34-cp34m-win_amd64.whl), with pip install [URL of pygame-1.9.4-cp34-cp34m-win_amd64.whl]
but then, after download, another error:
File "<string>", line 16, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\FRANCE~1\AppData\Local\Temp\pip-pejgax6k-build\setup.py'
Can anyone help me please?
Francesco Di Matteo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.