Running the following command gives me the following error:
pip install pygame
Error Stack:
Traceback (most recent call last):
File "C:Python34lib
unpy.py", line 171, in _run_module_as_main
"__main__", mod_spec)
File "C:Python34lib
unpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:Python34Scriptspip.exe\__main__.py", line 5, in <module>
File "C:Python34libsite-packagespip\__init__.py", line 1, in <module>
from typing import List, Optional
ImportError: No module named 'typing'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…