简体   繁体   English

RPI:无法安装张量流==1.15

[英]RPI: Cannot install tensorflow==1.15

I have an issue with installing TensorFlow version 1.15.我在安装 TensorFlow 1.15 版时遇到问题。 I have tried different python versions as well as virtual environments with no success.我尝试了不同的 python 版本以及虚拟环境,但均未成功。 I have also tried installing the whl directly and following the TensorFlow set-up directions (am compatible with all requirements) but the system fails to recognize the existence of this version.我也尝试过直接安装whl并遵循 TensorFlow 设置说明(与所有要求兼容),但系统无法识别此版本的存在。 Does anyone have any idea why this is happening?有谁知道为什么会这样? showing need of TensorFlow v1.15 showing lack of TensorFlow versions higher than 1显示需要 TensorFlow v1.15显示缺少高于 1 的 TensorFlow 版本

rpi specifications: rpi 规格:

NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

That happened to me when I tried it, the solution was to update the pip.当我尝试时发生这种情况,解决方案是更新 pip。 try:尝试:

python -m pip install --upgrade pip

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM