Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with python 3.8 or 3.9 - request fix #83

Open
glyn-generative opened this issue Aug 10, 2023 · 0 comments
Open

Doesn't work with python 3.8 or 3.9 - request fix #83

glyn-generative opened this issue Aug 10, 2023 · 0 comments

Comments

@glyn-generative
Copy link

Hey,

Really like the functionality this brings and managed to get latest version (0.4.1) installed using poetry, but it seems to fail with python 3.8 or 3.9 because of use of TypeA|TypeB rather than for example Union[TypeA, TypeB] (from Typing package) in various function calls in file ui.py.
image

It worked really well with python 3.10 when the | syntax was introduced, but the package claims to work with python 3.8-3.10 so feels worth the 2 mins to fix.

Wondered if it was possible to edit the ui.py file to fix this? I can see it locally in the installed package but can't find it on gitlab, otherwise I'd just have submitted a pull request.

Thanks for all the hard work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant