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

Include typing-extensions as a requeriment. #12

Open
elitonperin opened this issue Jun 16, 2021 · 4 comments
Open

Include typing-extensions as a requeriment. #12

elitonperin opened this issue Jun 16, 2021 · 4 comments

Comments

@elitonperin
Copy link

Include typing-extensions as a requeriment, using conda I had problems to import a BST class with error:
ModuleNotFoundError: No module named 'typing_extensions'

@troelsbjerre
Copy link

Do you mean beyond writing it in docs/requirements.txt?

@elitonperin
Copy link
Author

Yes, or it could still be in the setup.py file.
Including in the variable setup:
install_requires=[
"typing_extensions==3.10.0.0"
]

@thorehusfeldt
Copy link
Contributor

We should do this. One constraint is that the current Python version on Open Kattis is a lower bound on which typing bells and whistles our library uses. I’d like Open Kattis to at least migrate to Python 3.7 before we look over the typing hints again.

@marfavi
Copy link

marfavi commented Feb 4, 2024

Seems like Open Kattis is using Python 3.8 now.

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

4 participants