-
Notifications
You must be signed in to change notification settings - Fork 3k
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
cudaToNumpy Error #1017
Comments
You would need to re-build/re-install after installing numpy: $ sudo apt-get install python-numpy python3-numpy
$ cd /path/to/your/jetson-inference
$ cd build
$ cmake ../
$ make
$ sudo make install |
thanks @dusty-nv it's work! |
Hi, I'm having the same issue with my jetson nano, but reinstalling and rebuilding after installing numpy seems to have the same result, if you kindly could explain me how did you manege to make it work I will be very greatfull it you, I hope someone could read this, thank you in advance best regards JuanM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, im facing this issue. any ideas?
I also get this warning
i did install python-numpy but it doesnt work
The text was updated successfully, but these errors were encountered: