No module name 'go2rtc_client'

Hello. This is my first integration I’m trying to develop. So, I launch the command ‘python3 -m script.scaffold integration’. After answering some questions, I get the error message:

ModuleNotFoundError: No module named 'go2rtc_client'

This come from another component, named go2rtc. Is this normal ? How can I solve this ? Or is there a workaround ?

I thought that the following was needed only if you need to test or debug your integration:
hass -c config
However, you need to run this command before starting your development.