[Bug] Module Error: No module named 'actions_quiz'

This is an error report.


Screenshot of the error


Error details

Getting error: ModuleNotFoundError: No module named 'actions_quiz' I have successfully done previous quizzes in ROS basics (python) and not had this issue.

Hi, this is not a system error, but an error with your program. Specifically, it does not find action_quiz.

If you do roscd action_quiz and it doesn’t take you to the workspace location the package is in, then your system is incorrectly setup, so you need to compile the package and source it again.

Your code is looking for a custom message in that package, do you have a msg directory with the compiled message in there?

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