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
PS U:\> graphtage
Traceback (most recent call last):
File "d:\_bin\miniconda\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "d:\_bin\miniconda\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\_bin\Miniconda\Scripts\graphtage.exe\__main__.py", line 4, in <module>
File "d:\_bin\miniconda\lib\site-packages\graphtage\__init__.py", line 1, in <module>
from . import graphtage
File "d:\_bin\miniconda\lib\site-packages\graphtage\graphtage.py", line 8, in <module>
from .edits import AbstractEdit, EditCollection
File "d:\_bin\miniconda\lib\site-packages\graphtage\edits.py", line 8, in <module>
from .tree import CompoundEdit, Edit, EditedTreeNode, GraphtageFormatter, TreeNode
File "d:\_bin\miniconda\lib\site-packages\graphtage\tree.py", line 7, in <module>
from typing_extensions import Protocol, runtime_checkable
ImportError: cannot import name 'runtime_checkable' from 'typing_extensions' (d:\_bin\miniconda\lib\site-packages\typing_extensions.py)
typing 3.6.6
typing-extensions 3.6.6
The text was updated successfully, but these errors were encountered:
Win10, Python 3.7, after
The text was updated successfully, but these errors were encountered: