Reputation: 307
I would like to use tensorflow with ROS and ROS 1 does only support python 2.7 at the moment. Is there a way to install tensorflow 1 or 2 for python 2.7?
Thanks
Upvotes: 0
Views: 1187
Reputation: 71
According to this older post: How to install Tensorflow on Python 2.7 on Windows? Tensorflow does not support python2.7 anymore.
This is the system requirement for Tensorflow available: https://www.tensorflow.org/install/pip?hl=en :
Here you have the reference to the C++ reference: https://www.tensorflow.org/api_docs/cc
Upvotes: 1
Reputation: 23
The easiest way of using tensorflow is to download anaconda and then download the packages of anaconda!
Upvotes: 0