ikvk / imap_tools

Work with email by IMAP
Apache License 2.0
721 stars 83 forks source link

Python pip raising NewConnectionError: Not possible to install? #199

Closed TravelTrader closed 1 year ago

TravelTrader commented 1 year ago

When using pip3 install imap-tools I get several times:

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 0x7fb12292bf70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/imap-tools/

What could be the reason for those errors?

Other modules can be installed without problems.

(python 3.10.x)

ikvk commented 1 year ago

Find here: https://stackoverflow.com/questions/52815784/python-pip-raising-newconnectionerror-while-installing-libraries

variants: