Prashant Shukla
Prashant Shukla

Reputation: 17

i want to install tensor flow in anaconda but it shows error :

i tried many ways to install tensor flow on my windows system with anaconda 5.0 and python 3.6

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

pip3 install --ignore-installed --upgrade tensorflow

conda install -c conda-forge tensorflow

conda config --add channels conda-forge conda install tensorflow

but it shows errorpackage missing in current channel

after it i also tried to degrade my python version from anaconda navigator after the whole process python version is same as before.

Upvotes: 0

Views: 354

Answers (1)

Prashant Shukla
Prashant Shukla

Reputation: 17

Finally , Solved my problem by reinstalling the anaconda and python 3.5. and after the re-installation i install tensor-flow by anaconda navigator and it worked for me.

Upvotes: 0

Related Questions