Skip to content
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

installation errors (SIGSEGV, openGL) #369

Open
baedan opened this issue Jul 11, 2022 · 1 comment
Open

installation errors (SIGSEGV, openGL) #369

baedan opened this issue Jul 11, 2022 · 1 comment

Comments

@baedan
Copy link

baedan commented Jul 11, 2022

i ran into segfault and missing openGL dependency (might be macOS specific) errors after installation. figured out how to get around them -- hope this could help someone else.

for SIGSEGV:

  1. edit your setup.py, change the matplotlib line to 'matplotlib==3.3.3',;
  2. reinstall with pip install -e ..

for openGL:

  1. install a newer version of pyglet with pip install pyglet==1.5.11. pip will complain, but the install should go through.
@lazakoa
Copy link

lazakoa commented Sep 16, 2022

I had to do this the following in addition to what you suggested:

export LD_PRELOAD=/usr/lib/libstdc++.so.6 

Also for mujoco, it's open source now so just install it off github.:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/.mujoco/mujoco210/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants