Installing tensorflow on windows

2019-06-24 00:45发布

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 find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

Found this issue here as well: tensorflow not found in pip but none of the solutions worked for me. Any ideas?

7条回答
来,给爷笑一个
2楼-- · 2019-06-24 01:20

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

查看更多
登录 后发表回答