jetson nano 上无法使用Paddlehub,是否可以提供编译安装。或者如何让Paddlehub可以在jetson nano 上跑起来呢?谢谢!
Created by: zhihonglujon
pip install paddlehub Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting paddlehub Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a4/f2/b8f125d3ba75550572b612e90dff89ee928003ed7fb689025e21d61f2fde/paddlehub-1.8.0-py3-none-any.whl (336 kB) |████████████████████████████████| 336 kB 4.1 MB/s Collecting yapf==0.26.0 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f7/b6/266774a11dc81539dcf3b5117cd7a3c1c2b11a47853940b7f0803cf389b2/yapf-0.26.0-py2.py3-none-any.whl (176 kB) Requirement already satisfied: nltk in /home/zzjno/.local/lib/python3.6/site-packages (from paddlehub) (3.5) Requirement already satisfied: colorlog in /home/zzjno/.local/lib/python3.6/site-packages (from paddlehub) (4.2.1) Requirement already satisfied: pandas; python_version >= "3" in /home/zzjno/.local/lib/python3.6/site-packages (from paddlehub) (1.1.0) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Read timed out. (read timeout=15)",)': /simple/gunicorn/ Collecting gunicorn>=19.10.0; sys_platform != "win32" Using cached https://pypi.tuna.tsinghua.edu.cn/packages/69/ca/926f7cd3a2014b16870086b2d0fdc84a9e49473c68a8dff8b57f7c156f43/gunicorn-20.0.4-py2.py3-none-any.whl (77 kB) Collecting cma>=2.7.0 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/36/c0/0a1c41f7cad0a51e07991cf86423d0e6651d035f1fe7dcff48e8858848f2/cma-3.0.3-py2.py3-none-any.whl (230 kB) Collecting visualdl>=2.0.0b Using cached https://pypi.tuna.tsinghua.edu.cn/packages/9f/51/9b6d7b7a91f517172f3bb38c04d0412c0b3048657eb77720026dd2376e57/visualdl-2.0.0b8-py3-none-any.whl (3.0 MB) Collecting flake8 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/6c/20/6326a9a0c6f0527612bae748c4c03df5cd69cf06dfb2cf59d85c6e165a6a/flake8-3.8.3-py2.py3-none-any.whl (72 kB) Collecting pre-commit Using cached https://pypi.tuna.tsinghua.edu.cn/packages/04/f0/84f3ac2978fa32096585a8ad3c695e7555a28e60e71064d8648f1adb2f92/pre_commit-2.6.0-py2.py3-none-any.whl (171 kB) Collecting flask>=1.1.0 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f2/28/2a03252dfb9ebf377f40fba6a7841b47083260bf8bd8e737b0c6952df83f/Flask-1.1.2-py2.py3-none-any.whl (94 kB) Collecting sentencepiece Using cached https://pypi.tuna.tsinghua.edu.cn/packages/18/f3/2f9006ce3bd44dd4a198dfee37eb5f5bdddcf5f5880c35812c646a92cfa3/sentencepiece-0.1.92.tar.gz (497 kB) Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from paddlehub) (1.11.0) Requirement already satisfied: protobuf>=3.6.0 in /home/zzjno/.local/lib/python3.6/site-packages (from paddlehub) (3.12.4) Requirement already satisfied: tqdm in /home/zzjno/.local/lib/python3.6/site-packages (from paddlehub) (4.48.0) Requirement already satisfied: joblib in /home/zzjno/.local/lib/python3.6/site-packages (from nltk->paddlehub) (0.16.0) Requirement already satisfied: click in /home/zzjno/.local/lib/python3.6/site-packages (from nltk->paddlehub) (7.1.2) Requirement already satisfied: regex in /home/zzjno/.local/lib/python3.6/site-packages (from nltk->paddlehub) (2020.7.14) Requirement already satisfied: pytz>=2017.2 in /usr/lib/python3/dist-packages (from pandas; python_version >= "3"->paddlehub) (2018.3) Requirement already satisfied: python-dateutil>=2.7.3 in /home/zzjno/.local/lib/python3.6/site-packages (from pandas; python_version >= "3"->paddlehub) (2.8.1) Requirement already satisfied: numpy>=1.15.4 in /home/zzjno/.local/lib/python3.6/site-packages (from pandas; python_version >= "3"->paddlehub) (1.19.1) Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3/dist-packages (from gunicorn>=19.10.0; sys_platform != "win32"->paddlehub) (39.0.1) Requirement already satisfied: Pillow>=7.0.0 in /home/zzjno/.local/lib/python3.6/site-packages (from visualdl>=2.0.0b->paddlehub) (7.2.0) Collecting Flask-Babel>=1.0.0 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/76/a4/0115c7c520125853037fc1d6b3da132a526949640e27a699a13e05ec7593/Flask_Babel-1.0.0-py3-none-any.whl (9.5 kB) ERROR: Could not find a version that satisfies the requirement opencv-python (from visualdl>=2.0.0b->paddlehub) (from versions: none) ERROR: No matching distribution found for opencv-python (from visualdl>=2.0.0b->paddlehub)