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

Import setuptools before distutils #1176

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Conversation

lopsided98
Copy link

Setuptools wants to be imported before distutils, and prints a warning if it is not. Starting with a recent version (>57.2, <=61.2), not following this rule causes catkin's own monkey patching to fail. This commit reverses the import order to fix the warning and patching issue.

Setuptools wants to be imported before distutils, and prints a warning if it
is not. Starting with a recent version (>57.2, <=61.2), not following this
rule causes catkin's own monkey patching to fail. This commit reverses the
import order to fix the warning and patching issue.
@gbiggs
Copy link
Contributor

gbiggs commented Jun 26, 2022

Can you please supply a list of commands to run and the necessary environment to verify this change works?

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.

2 participants