Saran Tunyasuvunakool

Results 178 comments of Saran Tunyasuvunakool

The problem is that the machine is running CentOS 6, which reached its end-of-life [since November 2020](https://cloud.google.com/compute/docs/eol/centos6). Our Linux wheels are built to target [manylinux2014](https://peps.python.org/pep-0599/) compatibility requirements, which should be...

The last line that you see when it gets stuck is "mujoco::FindOrFetch: Using FetchContent to retrieve `eigen`" correct? I just want to make sure that the paste didn't get clipped....

Is this issue still affecting you?

@zhihaocheng the only suggestion I have is to clone the Eigen repo manually and point CMake to it using the `-DFETCHCONTENT_SOURCE_DIR_EIGEN3:PATH=/path/to/your/eigen"` flag.

I'm not convinced that's a good idea actually. It can be surprising for people who are using case-sensitive filesystems who would rightly expect the parser to respect that. I think...

We've discussed this within the team and think that the best way to issue a warning would be to list all files under the directory in question, go through each...

We should've mentioned it in the previous issue, but this isn't a bug. We deliberately avoid exposing a C++ ABI in our precompiled library. If you want to experiment with...

A possibly better alternative is to statically link MuJoCo into your program, and build everything without `-fvisibility=hidden`.