VIBE
VIBE copied to clipboard
[BUG]ImportError: ('Unable to load EGL library', 'dlopen(EGL, 10): image not found', 'EGL', None)
Dear doctor:
- my operating system and the version: OSX mojave
- python 3.7
- no gpu
After i install packeage needed, i run the expamle code: python demo.py --vid_file sample_video.mp4 --output_folder output/ --display Mistake as follow:
Traceback (most recent call last): File "/Users/wanghao/Desktop/VIBE-master/vibe-env/lib/python3.7/site-packages/OpenGL/platform/egl.py", line 70, in EGL mode=ctypes.RTLD_GLOBAL File "/Users/wanghao/Desktop/VIBE-master/vibe-env/lib/python3.7/site-packages/OpenGL/platform/ctypesloader.py", line 45, in loadLibrary return dllType( name, mode ) File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py", line 364, in init self._handle = _dlopen(self._name, mode) OSError: ('dlopen(EGL, 10): image not found', 'EGL', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "demo.py", line 33, in
Same problem
Hi @jiandandian2,
We did not test our code on MacOS, so it is a bit difficult to figure out the problem. Windows users had a similar problem and a solution is proposed here: https://github.com/mkocabas/VIBE/issues/101#issuecomment-664180216. You may give it a try.
Same problem Mistake as follow: File "src/errorchecker.pyx", line 58, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError
@lauu-nu Did you solve it?
I have the same problem with my MacOS. @mkocabas, which platform did you test your code on? Is there a virtual machine version that we can use? Thanks!