记录Ubuntu20.04安装mujoco与安装mujoco_py并测试时提示Cython.Compiler.Errors.CompileError的解决方案

安装mujoco可以参考如下来链接:

Ubuntu20.04安装mujoco:

https://blog.csdn.net/qq_47997583/article/details/125400418

安装mujoco_py并测试时提示Cython.Compiler.Errors.CompileError:

https://blog.csdn.net/m0_38122847/article/details/133781095

在终端输入:

python3

>> import mujoco_py

报错:

Cython.Compiler.Errors.CompileError: /home/usr/.local/lib/python3.8/site-packages/mujoco_py/cymj.pyx
 

解决方案:把cython换成了0.29.21版本

pip uninstall cython

pip install cython==0.29.21

end


补充报错distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1

如果遇到这个报错,只需执行:

sudo apt install libosmesa6-dev

sudo apt-get -y install patchelf

参考:运行mujoco-py例程出现错误:distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code - 知乎 (zhihu.com)

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

随机惯性粒子群

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值