Getting Error : ModuleNotFoundError: No module named ‘pymongo’
i have upated the package and message is below:
C:\Windows\system32>pip install pymongo
Requirement already satisfied: pymongo in c:\program files (x86)\python39-32\lib\site-packages (4.4.0)
Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in c:\program files (x86)\python39-32\lib\site-packages (from pymongo) (2.4.2)
But still, you can try checking if you are in a venv and run pip freeze to see all installed modules. Also as mentioned by Anil try checking the python path and it is referring to the correct python installation.