Problem when i launched the Start_gui.py

Hi, I have come across a Error when i launched the Start_gui.py and the error is like the screenshot. can i get help from someone who knows the error ?

Can you try out another python version, e.g., 3.7?

hi, sebastian,

i have switched the python version to 3.7 .But the error is the


same.

You’re right when I execute the master branch, I get the same error.
I don’t know why this hasn’t occurred before.
A possible fix would be to add from typing import * to all files where this occurs.

We will fix this as soon as possible.
Sorry for the inconvenience!

Hello, I have the same problem. I hope to get your reply. Thank you very much.

We will publish a new release in January, where this bug will be fixed.
In the meantime please use the temporary fix described above.
Sorry for the inconvenience!

i have fixed the problem by add"from typing import Optional, Callable, Any, Tuple
" in these two python file “crdesigner/ui/gui/mwindow/service_layer/map_creator.py” and"/crdesigner/ui/gui/mwindow/toolboxes/converter_toolbox/map_converter_toolbox.py".

We released version 0.6.0 of the scenario designer, where your mentioned problems shouldn’t occur anymore.
We also provide now a package on PyPI.