-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
cannot import name 'TypeAlias' from 'typing' Python3.8 fresh install #16
Comments
cast-control-0.11.8.post0 In my case, the I tried to use the |
Downgrading with: |
solved by |
@sbansiheng Thanks very much! |
This resolution is impossible. As per https://docs.python.org/3/library/typing.html#typing.TypeAlias:
So to workaround the original exception, one must upgrade Python to at least 3.10 |
This also occurs using 3.8, the temp solution is not workable |
In my case it was incompatible versions of |
In my case the cast_control was not installed. |
In my case, the previous author |
When I try running cast_control, I get the error below. I tried installing through pip (0.11.8
.post0) and from github (0.11.9), but both times I get the same error.
The text was updated successfully, but these errors were encountered: