-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cython complaint when running example python script that uses d4rl #231
Comments
@HanYuanHsu, have you been able to solve this problem? |
@dranaju no, I modified the
Same for the
|
@HanYuanHsu, I've successfully managed to run this part by downgrading the Cython version to less than 3. My current Cython version is 0.29.37. To do the same, you can simply execute the command |
When I tried to run the following python script
I got the following error message:
Does anyone know how to solve this?
Here are the packages installed in my environment:
I have also downloaded mujoco to the folder
~/.mujoco/mujoco210
according to the instruction.The text was updated successfully, but these errors were encountered: