我目前正在使用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
在今天之前,我能够下载所有pip组件而没有任何问题,但是现在我根本无法下载任何内容。