Skip to content

Running script didn't actually install the software... #15

Open
@cwm9cwm9

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.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions