I've tried to install tensorflow (python 3.5) in many ways without succeed:
- By typing "pip install tensorflow" and "pip install tensorflow-gpu" and getting the error:
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
By the command: "pip install tensorflow-1.2.0rc0-cp35-cp35m-win_amd64" with several .whl files and got the error:
Could not find a version that satisfies the requirement tensorflow- 1.2.0rc0-cp35-cp35m-win_amd64 (from versions: ) No matching distribution found for tensorflow-1.2.0rc0-cp35-cp35m- win_amd64
I've even usen conda but it did not worked out..
Can you help me install tensorflow? Thanks