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

Building error <clearpath_config/manipulators/types/__init__.py> #87

Open
ZhongmouLi opened this issue Nov 8, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ZhongmouLi
Copy link

ZhongmouLi commented Nov 8, 2024

Please provide the following information:

  • OS: Ubuntu 22
  • ROS 2 Distro: Humble
  • Built from source
  • e08cf33
  • Real hardware or simulation: simulation

Expected behaviour
Build

Actual behaviour
get stderr

--- stderr: clearpath_config                                     
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
package init file 'clearpath_config/manipulators/types/__init__.py' not found (or not a regular file)
---

To Reproduce
Provide the steps to reproduce:
colcon build --symlink-install

Other notes
Add anything else you thing is important.

@ZhongmouLi ZhongmouLi added the bug Something isn't working label Nov 8, 2024
@nevangeliouNYUAD
Copy link

nevangeliouNYUAD commented Nov 19, 2024

I am facing the same issue with a fresh install.

Edit: Temporarily fixed by downgrading setuptools with pip:
pip install --force-reinstall -v "setuptools==58.0.0"

@luis-camero
Copy link
Collaborator

@ZhongmouLi, what version of Python are you using?

python3 -V

You should be using 3.10.x.

@nevangeliouNYUAD
Copy link

@luis-camero, in my case it is 3.10.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants