2017-12-02 139 views
1

我试图使用python3.6和蟒蛇3 安装tensorflow-GPU 我跟随下面的链接https://www.tensorflow.org/install/install_windowsTensorflow安装目录与有“读anaconda3蟒蛇3.5超时错误”

的安装目录步骤1-我已Createed通过调用以下命令名为tensorflow一个康达环境:

C:>康达创建-n tensorflow蟒= 3.6

2-然后通过发出激活所述康达环境以下命令:

C:>激活tensorflow (tensorflow)C:>

正在添加但对于最终步骤安装TensorFlow我的康达环境内。使用命令PIP安装安装 - 忽略--upgrade tensorflow-GPU 我得到的错误

(C:\Users\Chaymae\Anaconda3) C:\WINDOWS\system32>activate tensorflow 

(tensorflow) C:\WINDOWS\system32>pip install --ignore-installed --upgrade tensorflow-gpu 
Collecting tensorflow-gpu 
    Downloading tensorflow_gpu-1.4.0-cp36-cp36m-win_amd64.whl (67.6MB) 
    25% |████████      | 16.9MB 5.3kB/s eta 2:38:22Exception: 
Traceback (most recent call last): 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\urllib3\response.py", line 302, in _error_catcher 
    yield 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\urllib3\response.py", line 384, in read 
    data = self._fp.read(amt) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 60, in read 
    data = self.__fp.read(amt) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\http\client.py", line 449, in read 
    n = self.readinto(b) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\http\client.py", line 493, in readinto 
    n = self.fp.readinto(b) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\socket.py", line 586, in readinto 
    return self._sock.recv_into(b) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\ssl.py", line 1009, in recv_into 
    return self.read(nbytes, buffer) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\ssl.py", line 871, in read 
    return self._sslobj.read(len, buffer) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\ssl.py", line 631, in read 
    v = self._sslobj.read(len, buffer) 
socket.timeout: The read operation timed out 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\basecommand.py", line 215, in main 
    status = self.run(options, args) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\commands\install.py", line 335, in run 
    wb.build(autobuilding=True) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\wheel.py", line 749, in build 
    self.requirement_set.prepare_files(self.finder) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files 
    ignore_dependencies=self.ignore_dependencies)) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\req\req_set.py", line 620, in _prepare_file 
    session=self.session, hashes=hashes) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 821, in unpack_url 
    hashes=hashes 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 659, in unpack_http_url 
    hashes) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 882, in _download_http_url 
    _download_url(resp, link, content_file, hashes) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 603, in _download_url 
    hashes.check_against_chunks(downloaded_chunks) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\utils\hashes.py", line 46, in check_against_chunks 
    for chunk in chunks: 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 571, in written_chunks 
    for chunk in chunks: 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\utils\ui.py", line 139, in iter 
    for x in it: 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\download.py", line 560, in resp_read 
    decode_content=False): 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\urllib3\response.py", line 436, in stream 
    data = self.read(amt=amt, decode_content=decode_content) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\urllib3\response.py", line 401, in read 
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\contextlib.py", line 99, in __exit__ 
    self.gen.throw(type, value, traceback) 
    File "C:\Users\Chaymae\Anaconda3\envs\tensorflow\lib\site-packages\pip\_vendor\urllib3\response.py", line 307, in _error_catcher 
    raise ReadTimeoutError(self._pool, None, 'Read timed out.') 
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. 

好了后,我曾试图安装CPU版本,我得到了同样的错误。 如果有人能帮助我会感激,我真的想开始学习tensorflow。

+0

这似乎是网络连接错误。当您再次尝试时,错误是否发生在完全相同的地方(5%)? – user502144

+0

不是不一样的地方 –

+0

然后你可以尝试再次下载,并希望连接不会中止。如果每次都失败,可以手动下载。但为此,你必须知道URL。您可能还需要一个可以处理不稳定的Internet连接并自动恢复下载的工具。 – user502144

回答

0

这只是互联网连接不稳定的问题,它的安装现在运行得很好