Skip to content
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

updated utils code to run with python 3 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Oyefusi-Samuel
Copy link

No description provided.

Copy link

@kenta-kawamata kenta-kawamata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had the same problem and I solved this with the same solution.
The Python version has been updated to version 3.12 with the latest release of Fusion. In Python 3.12, distutils.dir_util has been deprecated and replaced with shutil. As a result, the current code cannot execute because the copytree function is no longer available in this context.

Source:
https://forums.autodesk.com/t5/fusion-support/after-update-i-can-t-use-fusion2urdf/td-p/13037625

otischung added a commit to screamlab/fusion2urdf-ros2 that referenced this pull request Dec 9, 2024
Note: This modification is cited from pull requests dheena2k2#6,
created by Oyefusi-Samuel.
I do not claim ownership of the idea for this modification.
Copy link

@treedel treedel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified, its working

@Oyefusi-Samuel
Copy link
Author

Oyefusi-Samuel commented Dec 12, 2024 via email

@Oyefusi-Samuel
Copy link
Author

Oyefusi-Samuel commented Dec 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants