Skip to content

No module named 'typing_extensions'" #394

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

Closed
Davide-sd opened this issue Dec 24, 2022 · 2 comments
Closed

No module named 'typing_extensions'" #394

Davide-sd opened this issue Dec 24, 2022 · 2 comments

Comments

@Davide-sd
Copy link
Contributor

Davide-sd commented Dec 24, 2022

It appears that for Python < 3.10 the typing_extension module is required, but it is not installed by adaptive. Is it possible to add some conditional setup to get it installed automatically?

Edit: I've seen the condition on setup.py...

@basnijholt
Copy link
Member

It should install it:

install_requires.append("typing_extensions")

I’m currently AFK until January 3rd so cannot debug this. I could accept a PR though.

@Davide-sd
Copy link
Contributor Author

Couldn't replicate the issue. I'm going to close this.

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

2 participants