synesthesiam/homeassistant-satellite

Can not run Application (Error)

BenStone1234 opened this issue · 4 comments

Hi,
I am trying to get a satellite running on a Linux PC, but I get a Error message and can not figure out whats wrong.

error

I believe support for type hinting like that was only introduced in Python 3.9.

https://docs.python.org/3.9/whatsnew/3.9.html#type-hinting-generics-in-standard-collections

I get this same issue - whats the fix?

As long as the code uses that kind of type hints, you require a newer python major version.

Ahh, ok. Sorry I read that as being Python 3.9 was too new for this to run. I'll check my Python version and update to 3.9 or greater if possible 👍