Tensorflow Python 3.7

Falco Peregrinus picture Falco Peregrinus · Jan 17, 2019 · Viewed 28k times · Source

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

Answer

Iman picture Iman · Feb 28, 2019

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