I have a problem installing on jetson xavier nx (jp4.6.1). Can you tell me how to solve it? #444
leeyunhome
started this conversation in
General
Replies: 1 comment 5 replies
-
|
Hi @leeyunhome , This is because numpy 1.23 no longer supports python 3.7, and you can install a lower numpy version (such as 1.18.5) before installing |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, @zhiqwang
I have a problem installing on jetson xavier nx (jp4.6.1). Can you tell me how to solve it?
`manager@manager-desktop:~/coding/github-repository/yolov5-rt-stack$ pip3 install -e .
Obtaining file:///home/manager/coding/github-repository/yolov5-rt-stack
Collecting Pillow>=8.0.0 (from yolort==0.7.0a0+c6482cf)
Downloading https://files.pythonhosted.org/packages/7d/2a/2fc11b54e2742db06297f7fa7f420a0e3069fdcf0e4b57dfec33f0b08622/Pillow-8.4.0.tar.gz (49.4MB)
100% |████████████████████████████████| 49.4MB 21kB/s
Collecting PyYAML>=5.3.1 (from yolort==0.7.0a0+c6482cf)
Using cached https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz
Collecting ipython (from yolort==0.7.0a0+c6482cf)
Using cached https://files.pythonhosted.org/packages/53/09/958a4802489d28b2484114ee6414c7502ef57de6f2dbc9095b718640060c/ipython-7.16.3-py3-none-any.whl
Collecting matplotlib>=3.2.2 (from yolort==0.7.0a0+c6482cf)
Using cached https://files.pythonhosted.org/packages/22/d4/e7ca532e68a9357742604e1e4ae35d9c09a4a810de39a9d80402bd12f50f/matplotlib-3.3.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-hna1ox8i/numpy-1.23.1/setup.py", line 39, in
except ImportError:
RuntimeError: Python version >= 3.8 required.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions