Found my Problem:
First you can ignore the mentioned “setuptools” error. (Unable to launch my launch file)
My error was still in the setup.py file. And while comparing the setup files from the previous tasks, I noticed that the following line of code was missing:
When I inserted it, the launch worked again and the Quit also worked then.