我点击这个链接为Raspberry Pi创建一个.whl包:
https://www.tensorflow.org/install/source_rpi
具体地说,我正在运行以下命令:
tensorflow/tools/ci_build/ci_build.sh PI \ tensorflow/tools/ci_build/pi/build_raspberry_pi.sh PI_ONE
我得到以下消息:"RuntimeError:需要Python3.5或更高版本“
检查Python版本会提供以下信息:
...~/tensorflow$ python --version Python 3.5.2
我如何解决这个问题?
先谢谢你,格斯
发布于 2020-10-25 12:21:06
安装anaconda。使用python 3.5创建一个env,激活它,然后运行脚本
发布于 2020-12-05 06:22:50
感谢Sarath,Obayhan抽出时间来帮助我解决这个问题。在经历了许多挫折之后,我决定将Ubuntu升级到20.04 LTS,一切都按照Tensorflow网站的规定运行。
https://stackoverflow.com/questions/64518337
复制相似问题