skip to Main Content

Ubuntu – pip WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) error

I faced error which is pip can't download packages the error is ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/f5/11/fc3de994aa4648632f3512ca18686fb82e6f250d82dda544a09f96726dae/pipenv-2023.11.15-py3-none-any.whl.metadata (Caused by NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f23739c9d60>: Failed to establish a new…

VIEW QUESTION

Ubuntu – Unable to install packages with pip in VS code

I am trying to install Flask with the following command: pip install flask But pip returns: Requirement already satisfied: flask in /home/john/anaconda3/lib/python3.11/site-packages (3.0.0) Requirement already satisfied: Werkzeug>=3.0.0 in /home/john/anaconda3/lib/python3.11/site-packages (from flask) (3.0.1) Requirement already satisfied: Jinja2>=3.1.2 in /home/john/anaconda3/lib/python3.11/site-packages (from flask)…

VIEW QUESTION
Back To Top
Search