Error while trying to install 'pymongo' libary

Sapir

New Member
Joined
Dec 2, 2020
Messages
14
Reaction score
1
Credits
122
I tried to run my code on Linux and get this error:
ModuleNotFoundError: No module named 'pymongo'

then I install with these commands :

$ pip install pymongo
$ pip install pymongo==2.1.1
$ pip install --upgrade pymongo
and still, get an error
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/pymongo/
I've tried to search this error - specific on 'pynomgo' and couldn't find anything.

I'd be happy if anyone can help me here.

thank you in advance.
 


Are you behind a proxy or VPN? If so turn them off restart terminal and try again
 

Members online


Latest posts

Top