-
Notifications
You must be signed in to change notification settings - Fork 38
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified, its working
[like] Oluwakorede Oyefusi reacted to your message:
…________________________________
From: kenta-kawamata ***@***.***>
Sent: Saturday, December 7, 2024 10:16:51 AM
To: dheena2k2/fusion2urdf-ros2 ***@***.***>
Cc: Oluwakorede Oyefusi ***@***.***>; Author ***@***.***>
Subject: Re: [dheena2k2/fusion2urdf-ros2] updated utils code to run with python 3 (PR #6)
@kenta-kawamata approved this pull request.
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
—
Reply to this email directly, view it on GitHub<#6 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZC5FLWT5M55HIMO73C4QM32ELDJHAVCNFSM6AAAAABS3WIHBWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDIOBWGQ3TGMZZGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
[like] Oluwakorede Oyefusi reacted to your message:
…________________________________
From: treedel ***@***.***>
Sent: Thursday, December 12, 2024 2:25:06 AM
To: dheena2k2/fusion2urdf-ros2 ***@***.***>
Cc: Oluwakorede Oyefusi ***@***.***>; Author ***@***.***>
Subject: Re: [dheena2k2/fusion2urdf-ros2] updated utils code to run with python 3 (PR #6)
@treedel approved this pull request.
Verified, its working
—
Reply to this email directly, view it on GitHub<#6 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZC5FLUCLG5TXHT7HC526T32FDXYFAVCNFSM6AAAAABS3WIHBWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDIOJXGQ2TKMJVGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No description provided.