Giter Club home page Giter Club logo

Comments (4)

eaglex-sh avatar eaglex-sh commented on May 25, 2024

I tried to run the demo codes on my macOS. However, egl error just occurs.

Traceback (most recent call last):
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/egl.py", line 70, in EGL
mode=ctypes.RTLD_GLOBAL
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/ctypesloader.py", line 45, in loadLibrary
return dllType( name, mode )
File "/Users/guodewen/anaconda3/envs/vibe-env/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
from lib.utils.renderer import Renderer
File "/Users/guodewen/Desktop/VIBE/lib/utils/renderer.py", line 19, in
import pyrender
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/init.py", line 3, in
from .light import Light, PointLight, DirectionalLight, SpotLight
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/light.py", line 11, in
from .texture import Texture
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/pyrender/texture.py", line 8, in
from OpenGL.GL import *
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/GL/init.py", line 3, in
from OpenGL import error as _error
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/error.py", line 12, in
from OpenGL import platform, _configflags
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/init.py", line 35, in
_load()
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/init.py", line 32, in _load
plugin.install(globals())
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/baseplatform.py", line 92, in install
namespace[ name ] = getattr(self,name,None)
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/baseplatform.py", line 14, in get
value = self.fget( obj )
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/egl.py", line 93, in GetCurrentContext
return self.EGL.eglGetCurrentContext
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/baseplatform.py", line 14, in get
value = self.fget( obj )
File "/Users/guodewen/anaconda3/envs/vibe-env/lib/python3.7/site-packages/OpenGL/platform/egl.py", line 73, in EGL
raise ImportError("Unable to load EGL library", *err.args)
ImportError: ('Unable to load EGL library', 'dlopen(EGL, 10): image not found', 'EGL', None)

from vibe.

mkocabas avatar mkocabas commented on May 25, 2024

VIBE works with videos only, please see SPIN to work with single images.

from vibe.

VeganEngineer avatar VeganEngineer commented on May 25, 2024

this is actually an import error and comes from this line : os.environ['PYOPENGL_PLATFORM'] = 'egl'. I'm getting the same error and don't know how to fix this.

from vibe.

ruleGreen avatar ruleGreen commented on May 25, 2024

is this fixed? I encountered this problem too.

from vibe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.