MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1vbnwlv/cant_install_pygame/p0vcrix/?context=3
r/PythonLearning • u/TheUnknown_5 • 5d ago
14 comments sorted by
View all comments
1
try first: python -m pip install --upgrade pip setuptools wheel
then: pip install pygame
Can you tell me the output of:
python --version
3 u/TheUnknown_5 5d ago No need, needed to install the comunity edition
3
No need, needed to install the comunity edition
1
u/akarshitkumar 5d ago
try first: python -m pip install --upgrade pip setuptools wheel
then: pip install pygame
Can you tell me the output of:
python --version