pip install работает неправильно. Постоянные повторяющиеся ошибки и невозможность найти какие-либо версии, которые удовлетворяют требованию - PullRequest
0 голосов
/ 10 января 2019

В настоящее время я работаю с помощью Anaconda Prompt и пытаюсь запустить программное обеспечение DeepLabCut. При выполнении моего обычного pip install deeplabcut или pip install tensorflow-gpu==1.10 я получаю это сообщение:

DLC - это виртуальная среда, которую я создал с помощью Anaconda, которая использовала версию Python 3.6

(DLC) C:\Users\SaundersLab>pip install tensorflow-gpu==1.10
Collecting tensorflow-gpu==1.10
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/tensorflow-gpu/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/tensorflow-gpu/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/tensorflow-gpu/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/tensorflow-gpu/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/tensorflow-gpu/
  Could not find a version that satisfies the requirement tensorflow-gpu==1.10 (from versions: )
No matching distribution found for tensorflow-gpu==1.10

До сегодняшнего дня я мог загружать все компоненты пипса без проблем, но теперь я вообще ничего не могу загрузить.

1 Ответ

0 голосов
/ 10 января 2019

С tenorflow.org

enter image description here

Также вы можете попробовать conda install -c conda-forge tensorflow ссылка .

...