Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tensorflow Python 3.7

Tensorflow version for Python 3.7

Any news about tensorflow update for python 3.7. When I try to install tensorflow inside my venv like:

pip install tensorflow

I got an error:

Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

like image 427
Falco Peregrinus Avatar asked Jan 17 '19 15:01

Falco Peregrinus


2 Answers

Python 3.7 is now supported officially in TensorFlow 1.13.1:

Major Features and Improvements

  • TensorFlow Lite has moved from contrib to core. This means that Python modules are under tf.lite and source code is now under tensorflow/lite rather than tensorflow/contrib/lite.
  • TensorFlow GPU binaries are now built against CUDA 10 and TensorRT 5.0.
  • Support for Python3.7 on all operating systems.
  • Moved NCCL to core.

source

like image 52
Iman Avatar answered Sep 19 '22 02:09

Iman


Firstly, you should download and set up the anaconda via anaconda and then open anaconda prompt and then follow these steps via TensorFlow. Fourthly, you should use 'pip install --ignore-installed --upgrade tensorflow==1.14.0' to install TensorFlow 1.14 on Conda Finally, you can use TensorFlow that is version 1.14 on python 3.7

Have a Great Time.

like image 26
Mazlum Tanrıkulu Avatar answered Sep 18 '22 02:09

Mazlum Tanrıkulu