You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include typing-extensions as a requeriment, using conda I had problems to import a BST class with error:
ModuleNotFoundError: No module named 'typing_extensions'
The text was updated successfully, but these errors were encountered:
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.
Include typing-extensions as a requeriment, using conda I had problems to import a BST class with error:
ModuleNotFoundError: No module named 'typing_extensions'
The text was updated successfully, but these errors were encountered: