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

Requirements file needs to specify the typing_extensions version #35

Closed
robertlayton opened this issue Apr 8, 2022 · 0 comments
Closed

Comments

@robertlayton
Copy link

With version 3.7 of typing_extensions, importing scikits.bootstrap fails, as this version does not seem to have the required TypeAlias.

Upgrading typing_extensions fixes this issue. Therefore, I suggest updating the requirements.txt file to use:

typing_extensions>=4.1

to resolve this issue.

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