Форум сайта python.su
0
Доброго времени суток
У меня стоит версия Python 3.7.4 , есть и старая версия 2.7. Путь я указал.
Но когда хочу установить библиотеки pandas, ppsycopg2, numpy, то выводит ошибку. Не знаю с чем это связано?
Код на командной строке:
C:\Python 3.7.4\Scripts>pip3 install pandas
Collecting pandas
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x05C094F0>: Failed to establish a new connection: getaddrinfo failed')': /simple/pandas/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x05BD0410>: Failed to establish a new connection: getaddrinfo failed')': /simple/pandas/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x05BE07F0>: Failed to establish a new connection: getaddrinfo failed')': /simple/pandas/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x05BE0870>: Failed to establish a new connection: getaddrinfo failed')': /simple/pandas/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x05BE0BD0>: Failed to establish a new connection: getaddrinfo failed')': /simple/pandas/
Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas
В гугле не нашел ответы, надеюсь на вас.
PS: pip3 install и pip install пробовал но все равно ошибка
Офлайн
253
angelo_lagusaНу наверное надо смотреть настройки прокси или фаервола. Для теста пипа скачайте whl файл и поставьте его как-то так: pip3 –no-index install some.whl
Failed to establish a new connection
Офлайн
221
либо попробовать через vpn - здесь явная проблема в соединении с сервером pypi.org .
Офлайн