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