Jupyter notebook install ReadTimeError for notebook-6.0.3-py3-none-any.whl

After
pip install notebook
I get:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out. (read timeout=15)”)’: /packages/b1/f1/0a67f09ef53a342403ffa66646ee39273e0ac79ffa5de5dbe2f3e28b5bdf/notebook-6.0.3-py3-none-any.whl
ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Max retries exceeded with url: same url as in warning (Caused by ReadTimeoutError(“HTTPSConnectionPool(host=‘same host as in warning’, port=443): Read timed out. (read timeout=15)”))
Is the server containing the file down or am I doing it wrong?