-
Notifications
You must be signed in to change notification settings - Fork 813
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
ERROR: Could not build wheels for mujoco-py which use PEP 517 and cannot be installed directly #492
Comments
I tried:
Also downgrading to python 3.6 did not help. On Ubuntu 18.04 running in WSL under Windows10 |
Same, on MacOS Catalina |
same problem with windows 10 |
Same problem in linux, trying to install pupil-detectors |
The same on Ubuntu 18.04. |
Same problem, ArchLinux |
Same on Google Colab. |
Same on Windows 10 |
From Ubuntu 18, installed fresh on a couple machines with varied experiences over a few weeks...one worked with Not sure that reproduces, but hope it helps! |
Updating the gcc worked for me; OS Catalina |
does anyone know how to fix this on Google Cloud Platform? have exact same error. |
I don't konw this is right or not...but, it worked for me. |
Same problem for me with the most recent release (mujoco 2.0.2.9). |
It worked for me ! Thank you! |
It worked for me ! Thank you! |
Thanks! In conjunction with this: Worked for me on ubuntu 16 |
Error on
|
work on MacOs, thank you! |
Installation worked. But I got CompileError when trying to import the module. T.T Edit: Solved the issue by removing all versions of installed gcc and then following the steps in README to install llvm and to set up the environment variables. |
Thank you! This version works. |
@soerendip This issue should really be re-opened. Why have you closed it in the first place? Not sure if the authors of the package are even aware of the problem since newer packages are released continuously (the most recent is 2.0.2.13). Just downgrading to a much older version is only a workaround and might cause problems in the future. |
Wish the authors of the package be aware of this issue. |
Looks like as of 6/8/21, the default pip install does not work. Still need to downgrade to 2.0.2.8 as a workaround. |
Downgrading to 2.0.2.8 allowed me to install, however I received an error when I try to import
|
I struggled with this for a while because I needed |
I have been working on this issue for a while. I tried all of the solutions mentioned in this page. However, none of them worked! |
why is this closed? The installation of the mujoco-py is pain in the ass |
For me, It couldn't find .mujoco/mujoco200_linux/bin/libmujoco200.so. But I checked it out and found that I already had a libmujoco210.so. So I simply used |
pip install mujoco_py==2.0.2.8 |
Trying to install with pip in a fresh conda env with installed gym.
The text was updated successfully, but these errors were encountered: