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

setuptools 72.2.0 breaks colcon-python-setup-py #58

Closed
lianghongzhuo opened this issue Aug 23, 2024 · 3 comments
Closed

setuptools 72.2.0 breaks colcon-python-setup-py #58

lianghongzhuo opened this issue Aug 23, 2024 · 3 comments

Comments

@lianghongzhuo
Copy link

similar to #56
but this time, setuptools removes: setuptools.extern.packaging
and I get error: ModuleNotFoundError: No module named 'setuptools.extern.packaging'

I fixed it by running: pip install setuptools=70.1.1

@lianghongzhuo
Copy link
Author

any updates?

@homalozoa
Copy link

Just remove 'setuptools.extern.' on line 251, if the version of your colcon-python-setup-py is 0.2.7. See https://github.com/colcon/colcon-python-setup-py/pull/44/files for more details. @lianghongzhuo

@lianghongzhuo
Copy link
Author

True, this have been fixed in master

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

No branches or pull requests

2 participants