Hi guys, I'm having a problem trying to install pygame and turtle through the VScode terminal. I'm new to this and I don't know what it is, it says it has nothing to do with pip, but it won't let me continue, help.
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Francisco\AppData\Local\Temp\pip-install-2bu26_0d\turtle_cfb6035df9b94bec8ed95da5ed9d1cfa\setup.py", line 40
except ValueError, ve:
^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
PS C:\Users\Francisco\Desktop\python> `
Hi guys, I'm having a problem trying to install pygame and turtle through the VScode terminal. I'm new to this and I don't know what it is, it says it has nothing to do with pip, but it won't let me continue, help.
`PS C:\Users\Francisco\Desktop\python> pip install turtle Collecting turtle Using cached turtle-0.0.2.tar.gz (11 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] Traceback (most recent call last): File "", line 2, in
File "", line 34, in
File "C:\Users\Francisco\AppData\Local\Temp\pip-install-2bu26_0d\turtle_cfb6035df9b94bec8ed95da5ed9d1cfa\setup.py", line 40
except ValueError, ve:
^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details. PS C:\Users\Francisco\Desktop\python> `