Open the-jasonl opened 1 year ago
Hello Jason, have you ended up fixing the problem? I got totally the same and can't get my head around it.
I think the reason for this is in builder.py
, it only looks for GCC versions older than (and including) gcc-9. I tried to add my GCC path to the c_compilers
list, but it would cause other compile errors, so I've resorted to using docker.
I'm not sure if future GCC versions are not supported at all, but if anyone wants to try this feel free to do so.
Describe the bug I want to run
pip3 install -U 'mujoco-py<1.50.2,>=1.50.1'
on macOS but it returnsI have the following gcc version installed:
and am running Python version:
What is the problem here?
The ultimate goal is to install and run
gym[mujoco]==0.19
.To Reproduce Use setup above and run
pip3 install -U 'mujoco-py<1.50.2,>=1.50.1'
on macOSExpected behavior Successful install
Error Messages See above
Desktop (please complete the following information):