我想将tensorflow与ROS一起使用,而ROS 1目前只支持python 2.7。有没有办法为python2.7安装tensorflow 1或2?
谢谢
发布于 2020-06-24 14:47:23
根据这篇老文章:How to install Tensorflow on Python 2.7 on Windows? Tensorflow不再支持python2.7了。
以下是可用的Tensorflow的系统要求:https://www.tensorflow.org/install/pip?hl=en:
支持Visual Studio requirements
2.2或更高版本。
这里有对C++引用的引用:https://www.tensorflow.org/api_docs/cc
发布于 2020-06-24 12:52:15
使用tensorflow的最简单方法是下载anaconda,然后下载anaconda的包!
https://stackoverflow.com/questions/62547864
复制相似问题