unit6_quiz_ModuleNotFoundError

Hello,

What is the reason oProcessing: services_quiz.tar…
f the ModuleNotFoundError?

ModuleNotFoundError: No module named ‘services_quiz’
[service_move_bb8_in_square_custom_server-1] process has died [pid 8042, exit code 1, cmd /home/user/catkin_ws/src/services_quiz/scripts/bb8_move_custom_service_server.py __name:=service_move_bb8_in_square_custom_server __log:=/home/user/.ros/log/51458ae4-d9d2-11ec-adfb-0242c0a8d007/service_move_bb8_in_square_custom_server-1.log].
log file: /home/user/.ros/log/51458ae4-d9d2-11ec-adfb-0242c0a8d007/service_move_bb8_in_square_custom_server-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor…
… shutting down processing monitor complete
done

1 Like

That means you have not compiled your workspace correctly in order for the system to find the package services_quiz. Check the instructions on how to make a package, compile and source your workspace.

If you have done or redone everything correctly, try:

cd ~/catkin_ws
rm -rf build/ devel/
catkin_make
source devel/setup.bash