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

Error: easy_install command is deprecated #21

Closed
prabanjanGITHUB opened this issue Jun 13, 2023 · 1 comment
Closed

Error: easy_install command is deprecated #21

prabanjanGITHUB opened this issue Jun 13, 2023 · 1 comment

Comments

@prabanjanGITHUB
Copy link

--- stderr: carla_tesla_model3_description
/home/pp/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/pp/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(

while building the packages after adding the given additional repos in autoware. There are several instances of this warning message. Can it be ignored? How can I resolve this! Please.

@Robotics010
Copy link
Owner

Good news are that you can ingnore that warning. It just saying that when we are going to use more recent version of installing python packages tool, than we will be required to use more suited tool for that.
Unfortunately it is ros2 wide related issue (colcon/colcon-core#454), so I would just be waiting for a corresponding solution from the recent ros2 version.

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