Getting Error pymongo

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 the error is same… can some help on it

@devasaiprasad_K

Try providing the library path in the activity

Cheers

This one I am trying in VS…

@devasaiprasad_K

Then first you asking in a wrong place

Even there try to check the enviornment variabpes in windoes to see if python path variable is given

Cheers

@devasaiprasad_K

This is mostly a stackoverflow question.

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.