OpenGL on Macbook?
See original GitHub issueIt’s great to see that MuJoCo is open-sourced and the installation process is more streamlined! I’m testing if the Mac version would work on my M1 MacBook, and I keep getting:
raise ImportError("Unable to load EGL library", *err.args)
ImportError: ('Unable to load EGL library', 'dlopen(EGL, 10): image not found', 'EGL', None)
I tried the following:
pip install PyOpenGL-accelerate
and
conda install pyopengl
Both installed successfully, but I get the same error.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
About OpenGL for OS X - Apple Developer
Explains how to use the Apple implementation of OpenGL to create 3D graphics for Cocoa and Carbon applications.
Read more >How do I set up OpenGL on a Mac? - Quora
OpenGL is a deprecated API on the Mac platform, and it's already installed on all Macs (see /System/Library/Frameworks/OpenGL.framework), though it's a ...
Read more >OpenGL Programming/Installation/Mac - Wikibooks
Use GLUT and OpenGL from within Xcode:Edit · Open Xcode located in "/Developer/Applications/" · Choose "New Project" from the file menu · Choose...
Read more >OpenGL on macOS - Mithilesh Vaidya
OpenGL was deprecated in macOS 10.14 which means that Apple will no longer develop newer versions of OpenGL for macOS.
Read more >OpenGl on Mac - Reddit
OpenGl on Mac · OpenGL is deprecated on MacOS ( ie they won't update it higher than 4.1, but it's still usable at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
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
OK, that’s new. The MuJoCo binary hasn’t been built for Apple Silicon (M1) yet so I’m somewhat surprised you got that far. I’m guessing you’re triggering Rosetta 2 here, which we haven’t yet had the chance to test.
We’ll get back to you when we have more info!
please update mujoco tu support m1 macs!