-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cv2 problem on ubuntu 24 #133
Comments
Solution:I replaced the outdated
Why This Worked:The Anaconda environment often uses its own versions of system libraries for isolation and compatibility. However, when a library in the environment is outdated or mismatched, it can cause errors. By replacing the problematic file with the updated system version, the program could access the necessary library features without errors. SOLVED😊 |
Hi, Would it help to upgrade Anaconda? Best, |
Hello i am using ubuntu24
For installation, I followed the instructions from [this page](https://github.com/luigifreda/pyslam/blob/master/docs/CONDA.md).
I ran the following commands:
$ ./install_all_conda.sh $ . pyenv-conda-activate.sh $ ./main_vo.py
However, when I run
./main_vo.py
, I get the following error:I also tried reinstalling OpenCV using the provided shell script, but I still encounter the same issue.
Could you please help me identify the problem and guide me on how to resolve this? Thank you!
The text was updated successfully, but these errors were encountered: