python - 在 nvidia jetson tx2 上安装 tensorflow 的问题

标签 python linux tensorflow ubuntu nvidia

我正在尝试在 jetson tx2 上安装 tensorflow。
我有:

  • Ubuntu 18.04
  • 喷气背包 4.5(版本:4.5-b129)
  • python 3.6.9
  • 点 21.3.1

  • 我做了 nvidia (https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html) 提供的分步说明,但是在我运行命令的最后一步$ sudo pip3 install --extra-index-url http://developer.download.nvidia.com/compute/redist/jp/45 tensorflow它返回:ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow笔记:
    我将 https 更改为 http 以避免 SSL 错误。

    最佳答案

    好的,我知道了;)
    我的解决方案是使用 wget 命令下载 .whl 包:

    sudo wget --trusted-host https://developer.download.nvidia.com/compute/redist/jp/v45/tensorflow/tensorflow-2.5.0+nv21.6-cp36-cp36m-linux_aarch64.whl
    
    然后直接通过pip3安装这个包

    关于python - 在 nvidia jetson tx2 上安装 tensorflow 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71383068/

    相关文章:

    python - 将证书签名请求转换为类型 cryptography.x509.base.CertificateSigningRequestBuilder 以便为签名做好准备

    python-3.x - 在tensorflow .ckpt文件中使用预训练模型

    python - 子进程参数列表到长

    python - pygame鼠标按钮按下不起作用

    linux - 在 linux mint 16 x64 上安装 xv6

    linux - 是否可以从库中获取函数的签名?

    linux - 遍历目录中的图像

    neural-network - tensorflow 在 GPU 内存上存储训练数据

    python - 将多个张量成对相乘 keras

    python - 带有移位孔的环形空间内的随机点