python报错:cymj.pyx:67:5: Exception check on 'c_warning_callback' will always require the GIL to be acquired.

报错:

cymj.pyx:67:5: Exception check on 'c_warning_callback' will always require the GIL to be acquired.



相关:

https://github.com/openai/mujoco-py/issues/773



解决方法:

pip install 'cython<3'



posted on 2024-12-14 16:15  Angry_Panda  阅读(100)  评论(0)    收藏  举报

导航