-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix colcon build error #13
Conversation
Error occurs in setuptools UserWarning: Usage of dash-separated will not be supported in future versions Change dash to underscore (still not available in setuptools==64.4.0, use 58.2.0)
Hi, I cloned your repository and used colcon to build a package.
I found out that it was the problem of the version of setuptools. |
@ChanJoon Thanks for the contribution. I am a bit confused with the issue, since that part was generated through the ros2 package creator. |
I'm using |
@ChanJoon Hmm, okay that is odd. |
Thanks. It seems like the setup.py installation way is no more supported with the newer Python version. Anyway, I'm currently learning a lot from you as an undergrad! |
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.
LGTM, thanks for the contribution!
Error occurred on setuptools
UserWarning: Usage of dash-separated will not be supported in future versions
Change dash to underscore in setup.cfg (still not available in setuptools==64.4.0, but in 58.2.0)