raisimTech / raisimLib

Visit www.raisim.com
http://www.raisim.com
Other
335 stars 90 forks source link

Raisimpy Error #595

Closed KurokoWD closed 1 week ago

KurokoWD commented 2 weeks ago

Thanks to your excellent work. When I import raisimpy in a python3.8 environment, a error occured as follow: ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /raisim_ws/raisimLib/raisim/linux/lib/raisimpy.cpython-38-x86_64-linux-gnu.so) And I found the hightest GLIBC version of my libc.so.6 is 2.31(My OS is Ubuntu20.04) Can you help me? By the way "import raisimpy" works in python3.11.

jhwangbo commented 1 week ago

The workaround for now is to build the raisimPy yourself, which is quite simple. All dependencies are provided in the thirdParty libraries. I'll think about improving my build environment in the meantime.

KurokoWD commented 1 week ago

Thank you so much