Closed jacopsd closed 2 years ago
Sounds like a broken Python setup on your end, collections.Counter is a standard library module and should always exist
OK, thank you for your help. This can be closed.
Found the cause: python3.6.0 does not have "Counter" in the typing library
Version: sepaxml==2.5.0
Got following exception when calling "export(validate=True)"
Seems that global_maps.py within xmlschema has this line:
from collections import Counter
So probably that one fails, but why?