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

Example Python package - setup.py deprecated #172

Open
eduardo4jesus opened this issue Sep 26, 2024 · 0 comments
Open

Example Python package - setup.py deprecated #172

eduardo4jesus opened this issue Sep 26, 2024 · 0 comments

Comments

@eduardo4jesus
Copy link

eduardo4jesus commented Sep 26, 2024

Is there an example of building a Python package?

I am using osrf/ros:jazzy-desktop

When building a package just created with ros2 pkg, I get this error:

$ colcon build       
/usr/lib/python3/dist-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
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

1 participant