-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gym on Mac OS X Big Sur #2101
Comments
I have the same problem, is that means the OpenGl didn't be installed properly? |
Well,there are some solutions. I have not tried them yet, good luck! |
I had the same problem, and installing |
@DarioBernardo How can you install |
I get the same error, however pyglet get installed (I get "Successfully installed pyglet-1.5.11" message after the error). In fact when i try to run my code again it actually works. Try, I think should work for you as well if the pyglet get actually installed as it happens for me. |
@DarioBernardo Yes you are 100% correct. It did get installed and now gym runs without an error |
@DarioBernardo You are my lifesaver. |
@DarioBernardo I did the same but when I run my code it still doesn't work 😅 |
@DarioBernardo Thanks for your help. I got the same error from pyglet and I try the method pip install pyglet==1.5.11 then the issue was addressed! |
@emnabarred Mine didn't work at first as well. But it worked after closing everything and reopening. |
I tried installing pyglet==1.5.11 and that fixed the ImportError, but now I get the following error: AttributeError: dlsym(0x104f43d80, class_getMethodImplementation_stret): symbol not found. Does anyone know what's this about, and/or how to fix it? |
Unfortunately, it didn't work for me. I'm on the M1 chip if that has anything to do with this.. |
@emnabarred This pyglet/pyglet#335 should be the fix, at least it did the job for me :) |
@antic11d Thank you very much, this fixed my issue ! |
Thanks you for saving my life! |
sure ,but it is work amzing |
I just tried |
Solved my problem,thx! |
Thanks! Installing pyglet==1.5.11 worked for me! |
pyglet==1.5.11 does not work on Windows for me What did I also try?
ImportError: |
Thank you so much. this helps to fix my issue |
Thx!! |
Installing |
After installing zsh: segmentation fault python gym_demo.py |
when use macos, version big sur nes-py module is only running on pyglet>=1.5.1 openai/gym#2101
This should all be fixed, but if it is not please create new issues for individual porblems |
After updating OS all my scripts stopped working, most of the errors related to pyglet, and paths to some libraries, some errors that I came across:
ImportError: Can't find framework /System/Library/Frameworks/OpenGL.framework.
I researched, and tried, various possible solutions on the internet, but nothing solved, does anyone have an idea of how to fix this problem, I appreciate any help, I'm using python 3.8, but I tried on 3.7 too, and I was unsuccessful.
The text was updated successfully, but these errors were encountered: