ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
See original GitHub issueI tried to run the demoMamboVisionGUI.py but got this error msg.
ImportError: libcblas.so.3: cannot open shared object file: No such file or directory
then I managed to solved it by this command
pip3 install opencv-python
then I got another error when try to execute the demoMamboVisionGUI.py
ImportError: libcblas.so.3: cannot open shared object file: No such file or directory
then I solved it with this command
sudo apt-get install libatlas-base-dev
no I got another error
ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
How I can solve this problem? Any complete guide to install all dependencies ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (3 by maintainers)
Top Results From Across the Web
Importing openCV in python idle error: shared object file
I have been trying to use the cv2 library in python (in IDLE on raspberry pi 3) but I can't manage to import...
Read more >cannot open shared object file: no such file or directory
ldconfig creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in...
Read more >import cv2时ImportError: libjasper.so.1: cannot open shared ...
可以更新软件包并安装正常运行所需的其他依赖项。 libmysqlclient.so.15: cannot open shared object file: No such file or directory.
Read more >“libptf77blas.so.3: cannot open shared object file: No such file ...
Answers related to “libptf77blas.so.3: cannot open shared object file: No such file or directory”. ImportError: libGL.so.1: cannot open shared object file: ...
Read more >FAQs - Xailient Docs
1. I'm getting "Connection Failed" error when running the SDK. ... "ImportError: libcblas.so.3: cannot open shared object file: No such file or directory"....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Finally I managed to solved all dependencies Here it is
I needed one more step after this: