简体   繁体   English

如何在 NVIDIA Drive PX2 上安装 TensorFlow?

[英]How to install TensorFlow on NVIDIA Drive PX2?

I am trying to install TensorFlow on NVIDIA Drive PX2 as describedhere .我正在尝试按照此处所述在 NVIDIA Drive PX2 上安装 TensorFlow。 In particular, I am following the instructions for installing TensorFlow 1.11.0 for Python 3.6.特别是,我按照说明为 Python 3.6 安装 TensorFlow 1.11.0。 However, I am getting the following error message:但是,我收到以下错误消息:

Complete output from command python setup.py egg_info:命令 python setup.py egg_info 的完整输出:

This backport is meant only for Python 2. It does not work on Python 3, and Python 3 users do not need it as the concurrent.futures package is available in the standard library.此向后移植仅适用于 Python 2。它不适用于 Python 3,并且 Python 3 用户不需要它,因为标准库中提供了 concurrent.futures 包。 For projects that work on both Python 2 and 3, the dependency needs to be conditional on the Python version, like so: extras_require={':python_version == "2.7"': ['futures']} Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-szu10ohj/futures/对于同时适用于 Python 2 和 3 的项目,依赖项需要以 Python 版本为条件,如下所示:extras_require={':python_version == "2.7"': ['futures']} Command "python setup.py egg_info" 在 /tmp/pip-build-szu10ohj/futures/ 中失败,错误代码为 1

Any advice would be appreciated.任何意见,将不胜感激。 Thanks a lot in advance!非常感谢!

You probably need to upgrade pip:您可能需要升级 pip:

pip3 install -U pip

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

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