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

[noetic, arch linux] Warnings: Distutils was imported before Setuptools #629

Open
yurumi opened this issue Oct 20, 2020 · 1 comment
Open

Comments

@yurumi
Copy link

yurumi commented Oct 20, 2020

System Info

Build / Run Issue

As suggested here I switched to setuptools for installing my python modules. Building the workspace from scratch results in warnings like this:

/usr/lib/python3.8/site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.

Maybe these warnings stem from a more up-to-date setuptools version (<-- arch linux). Anyway it seems that dependencies on distutils should be removed in the long run.

@MatthijsBurgh
Copy link
Contributor

I think this issue is deprecated as it is related to catkin_tools 0.5.0

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

No branches or pull requests

2 participants