Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: numpy.core.multiarray failed to import in Jetson environment #56

Open
Aki-zel opened this issue Nov 12, 2024 · 0 comments
Open

Comments

@Aki-zel
Copy link

Aki-zel commented Nov 12, 2024

I encountered an ImportError when running the demo script on my Jetson environment. The error message is as follows:

-> loaded checkpoint log/checkpoint-rs.tar (epoch: 18)
Traceback (most recent call last):
File "demo.py", line 124, in
demo(data_dir)
File "demo.py", line 120, in demo
vis_grasps(gg, cloud)
File "demo.py", line 108, in vis_grasps
gg.nms()
File "/home/ydfo/.local/lib/python3.8/site-packages/graspnetAPI/grasp.py", line 554, in nms
from grasp_nms import nms_grasp
File "grasp_nms.pyx", line 1, in init grasp_nms
ImportError: numpy.core.multiarray failed to import (auto-generated because you didn't call 'numpy.import_array()' after cimporting numpy; use 'numpy._import_array' to disable if you are certain you don't need it).
Environment:

Operating System: Ubuntu (Jetson)
Python Version: 3.8
NumPy Version: [1.20.3]
Jetson Model: [Jetson origin Nano]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant