Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
323 views
in Technique[技术] by (71.8m points)

python - How do i bypass a ReadTimeoutError when trying to install a package from pip?

I'm new to package downloading. I googled how to install pip etc.. i have all the necessary requirements (up to date python, pip, wheels and setuptools). I moved on to running in my cmd the following line:

pip install big-O-calculator

which is the package i want to download. when I hit enter I receive a ReadTimeoutError. how do I resolve it? the error is:

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/big-o-calculator/

***if someone can try and download this specific package and tell me if the problem is with the package or my computer. image of the error: error

question from:https://stackoverflow.com/questions/65890517/how-do-i-bypass-a-readtimeouterror-when-trying-to-install-a-package-from-pip

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...