Click here to Skip to main content
15,903,523 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to install pip but i don't know why they are not working.

ModuleNotFoundError: No module named 'pygame'

This always appear when I try to do something with the pip

i have already installed my pip by
>>>pip install pygame
I did it multiple times to make sure and this appeared
Requirement already satisfied: pygame in c:\users\myname\appdata\local\programs\python\python39\lib\site-packages (2.0.1)

i even looked at the pip list

Package Version
-------------- -------
beautifulsoup4 4.9.3
numpy 1.21.2
pip 21.2.4
pygame 2.0.1
setuptools 56.0.0
soupsieve 2.2.1

there seem to be no problem but I am not able to work with it?
Does anyone know solution to this problem?

What I have tried:

I have upgraded my pip and checked almost everything to ensure that I did not forget something in the progress.
Posted
Updated 18-Aug-21 21:11pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900