[rospack] Error: package 'python_exam' not found


Can someone help me with that error?

It seems that ROS is unable to locate the python_exam package in your workspace. To resolve this, please rebuild your workspace:

cd ~/catkin_ws
catkin_make

Once the build is complete, source the workspace to update ROS with the new package:

source ~/catkin_ws/devel/setup.bash

After rebuilding and sourcing, try running your script again and the package should be found.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.