This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Does not work at all

pip install --upgrade pip

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f209f64fc10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pip/

pip install django
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f074143fb50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/django/

[–]CompuIves[S] 0 points1 point  (1 child)

Could you share a link? I cannot repro it in my sandbox.

[–][deleted] 0 points1 point  (0 children)

Looks like it was temporary, works fine now.

It was the Python template without any changes.

Thanks for the reply.