Writing union types as X | Y is supported only from python 3.10, but setup currently requires only python 3.9.
Furthermore, using versions >= 3.10 encounter errors with pyhrv dependencies (tkinter).
The easiest solution would be to avoid using the syntax X | Y in the function description. The only case where this is used for now is in the module pywearable.loader.labfront.loader.
Writing union types as X | Y is supported only from python 3.10, but setup currently requires only python 3.9. Furthermore, using versions >= 3.10 encounter errors with pyhrv dependencies (tkinter).
The easiest solution would be to avoid using the syntax X | Y in the function description. The only case where this is used for now is in the module
pywearable.loader.labfront.loader
.