当前位置:   article > 正文

jetson nano安装tensorboard报错:protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.9_protobuf requires python '>=3.7' but the running p

protobuf requires python '>=3.7' but the running python is 3.6.9

1.原因

很简单,就是因为tensorboard下的protobuf需要在python3.7以上的版本才能运行。jetson nano的4.6.1镜像上使用的是python3.6.9版本,而且很多包和依赖我都已经配置好了并不想重新烧录再来一遍。因此参考了这篇安装tensorflow时遇到相同报错的博客

2.方案

方法:更新pip后重新安装tensorboard。

运行以下命令进行更新:

python -m pip3 install --upgrade pip

在更新后重新运行:(我在这里使用了清华镜像)

sudo pip3 install tensorboard==2.5.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/570163
推荐阅读
相关标签
  

闽ICP备14008679号