raisimTech / raisimLib

Visit www.raisim.com
http://www.raisim.com
Other
338 stars 91 forks source link

[ME491]dump function in ruamel 0.18.3 deprecated #521

Open AbhirajSingh-K opened 10 months ago

AbhirajSingh-K commented 10 months ago

Old PyYAML functions including dump function are deprecated in latest ruamel (0.18.3), for current 'runner.py' to work, older version of ruamel need to be installed ( <0.18.0), below is the reference for the same.

https://pypi.org/project/ruamel.yaml/#:~:text=As%20announced%2C%20in,ruamel.yaml%3C0.18.0%22

doing: pip install "ruamel.yaml<0.18.0" fixes the problem

image