-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hi.
Using Jetson Orin Nano and a copy of the script OpenCV-4-8-0.sh, once the script finished I had to:
cd opencv/build
'make install'
...and I don't really understand why... but I'm thinking maybe because the script does a sudo make install and thus the python bindings are installed for the root user rather than the current user? Perhaps it needs to be run once to install the libraries as root, and a second time as the user to set up the python bindings? Or changed so the bindings affect all users and not just the root user?
Thanks.
(Also had to sudo apt remove libopencv libopencv-python to get rid of the previous python bindings and opencv library.)
Metadata
Metadata
Assignees
Labels
No labels