Closed saeejithnair closed 2 years ago
Oh wow, nice catch! This is the price I pay for no unit tests 😅 I'll patch it up asap!
OK should now be fixed via #5! Do let me know if you run into any more issues, appreciate it!
Awesome, thanks for the fix, plus for adding lxml
to the dependencies!
Hey, thanks for making this tool! Not a big deal, but one of the function calls isn't compatible with Python 3.7 and requires 3.8+
Steps to reproduce: Running
obj2mjcf --obj-dir meshes/ --verbose --vhacd-args.enable
, results in the following error:Based on this Stackoverflow post, it looks like the
missing_ok
parameter was only added to Pathlib in Python 3.8.