pip安装无法正常工作。不断重试错误,无法找到任何满足要求的版本

时间:2019-01-09 23:47:49

标签: pip anaconda virtualenv

我目前正在使用Anaconda Prompt,并尝试运行DeepLabCut软件。在执行典型的pip install deeplabcutpip 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

在今天之前,我能够下载所有pip组件而没有任何问题,但是现在我根本无法下载任何内容。

1 个答案:

答案 0 :(得分:0)

来自tensorflow.org

enter image description here

您还可以尝试conda install -c conda-forge tensorflow link