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
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
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With