Installing tensorflow on windows

后端 未结 8 2243
清酒与你
清酒与你 2021-01-18 11:05

I\'m trying to install tensorflow on windows. I have python3 (3.5.2) and pip3 (9.0.1):

pip3 install --upgrade tensorflow

Collecting tensorflow

  Could not          


        
8条回答
  •  不思量自难忘°
    2021-01-18 12:05

    You can download binary wheel from Christoph Gohlke's webpage

    Once downloaded, you can run pip install tensorflow‑1.0.1‑cp35‑cp35m‑win_amd64.whl for Python 3.5 64 bit

提交回复
热议问题