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

not changing OpenCV version for python2 #86

Open
abdul-mannan-khan opened this issue Aug 15, 2024 · 0 comments
Open

not changing OpenCV version for python2 #86

abdul-mannan-khan opened this issue Aug 15, 2024 · 0 comments

Comments

@abdul-mannan-khan
Copy link

abdul-mannan-khan commented Aug 15, 2024

I followed these steps and tried to install OpenCV 4.2.0 for Jetson Nano Orin. However, it does not change OpenCV version for Python2. For Python3, it seemed to work fine. Here is the output of Python version check:

mannan@ubuntu:~/nano_build_opencv$ python -c "import cv2; print(cv2.__version__)"
4.5.4
mannan@ubuntu:~/nano_build_opencv$ python3 -c "import cv2; print(cv2.__version__)"
4.2.0

I am using Jetson Nano Orin 8GB version.

Any solution please? Thank you.

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