Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Tensorflow 1.9 in Windows

I am trying to install tensorflow in Windows,

pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.9.0-py3-none-any.whl

The error I got is

Collecting protobuf>=3.4.0 (from tensorflow==1.9.0) Could not find a version that satisfies the requirement protobuf>=3.4.0 (from tensorflow==1.9.0) (from versions: ) No matching distribution found for protobuf>=3.4.0 (from tensorflow==1.9.0)

I googled online and I couldn't find any solutions. I am using python 3.5 64 bit

like image 550
Perseus14 Avatar asked Jul 21 '26 10:07

Perseus14


1 Answers

If you are using Anaconda Create a new environment or activate your existing environment

conda create -n Tensorflow_Environment python=3.6
activate Tensorflow_Environment
pip install --ignore-installed --upgrade tensorflow==1.9.0

You could refer Tensorflow Install for GPU version Installation

like image 136
Surya Tej Avatar answered Jul 24 '26 05:07

Surya Tej



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!