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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…