Robotics StackExchange | Archived questions

installing packages using setup.py not working

I would like to install one of my packages so that I could use it in another package. When trying to install following the tutorials either here or here simply none of them works, even when just following the tutorials. I get the same ModuleNotFoundError "No module named 'tutorial_package' ".

I'm using Ubuntu 20.04 and ROS noetic.

Any suggestions? Thank you!

Asked by Dorteel on 2022-08-05 11:08:34 UTC

Comments

Can you please share your directory structure? For example, is the second package defined as a subpackage of the first?

Asked by ravijoshi on 2022-08-08 22:06:21 UTC

Answers