I did everything exactly as the course tutorial, but unable to run custom_service_server.py with the following message
Traceback (most recent call last):
File "/home/user/catkin_ws/src/unit_5_services/src/custom_service_server.py", line 4, in <module>
from my_custom_srv_msg_pkg.srv import MyCustomServiceMessage, MyCustomServiceMessageResponse # you import the service message python classes
ModuleNotFoundError: No module named 'my_custom_srv_msg_pkg'
My service message is successfully created. When I type rossrv list | grep MyCustomServiceMessage, I can see the result