I don not understand where the error is.
The error is cut in half, so it’s hard to understand.
Since it tells you that services_quiz_client.launch-py
is not a valid package name, my guess is that you wrote the launch command incorrectly something like ros2 launch services_quiz_client.launch-py
when it should be ros2 launch [package_name] services_quiz_client.launch-py
.