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?
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