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

ModuleNotFoundError: No module named 'catkin_pkg' #11

Open
liyueMaster opened this issue Dec 1, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'catkin_pkg' #11

liyueMaster opened this issue Dec 1, 2022 · 0 comments

Comments

@liyueMaster
Copy link

Hi @esteve , thanks for the sharing. I'm trying to build the macOS example with :

src/ament/ament_tools/scripts/ament.py build --isolated

But got an error:

Traceback (most recent call last):
File "src/ament/ament_tools/scripts/ament.py", line 139, in
from ament_tools.package_types.ament import entry_point_data as ament_entry_point_data # noqa
File "/Users/yue.li/ros2_objc_ws/src/ament/ament_tools/ament_tools/package_types/ament.py", line 15, in
from catkin_pkg.package import package_exists_at
ModuleNotFoundError: No module named 'catkin_pkg'

What's wrong with this, and what should I do?

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