Hi,
When importing parsyfiles, I get the following error :
from typing import Type, Dict, Any, Set, Tuple, List
ImportError: cannot import name 'Type'
Python is picking up the standard library version of typing (which does not define 'Type') instead of the version of typing I installed through pip...
Hi,
When importing parsyfiles, I get the following error :
Python is picking up the standard library version of typing (which does not define 'Type') instead of the version of typing I installed through pip...