I am running into a strange issue that I have not been able to find a solution for yet.
I have just installed Ubuntu-Budgie on a new system and I am setting up a dev environment using Python 3.6, but for some reason pip3
is not installing packages in my project when I run pip3 install
, it just hangs.
pip3 install django
Collecting django
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/django/
Retrying (Retry(total=3, 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/django/
I have uninstalled and reinstalled pip3, restarted my pc, and nothing seems to be working and I am drawing a blank on what to do next.
I am not connecting through a proxy, this is just standard internet, and I can successfully ping other sites and view the internet so it should not be an overall connection issue. Does anybody have an idea?
Update
pip3 install django -vvv
Collecting django
1 location(s) to search for versions of django:
* https://pypi.python.org/simple/django/
Getting page https://pypi.python.org/simple/django/
Looking up "https://pypi.python.org/simple/django/" in the cache
Returning cached "301 Moved Permanently" response (ignoring date and etag information)
Looking up "https://pypi.org/simple/django/" in the cache
No cache entry available
Starting new HTTPS connection (1): pypi.org
Incremented Retry for (url='/simple/django/'): Retry(total=4, connect=None, read=None, redirect=None, status=None)
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/django/
Starting new HTTPS connection (2): pypi.org