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
Describe the bug
I believe this was supposed to be fixed in #107 per #106 but the issue still exists. When you attempt to run various commands, such as pmapper graph create it will raise an ImportError: cannot import name 'Mapping' from 'collections'.
I'm running Python 3.10.6 on MacOS Ventura 13.1. Changing principalmapper/util/case_insensitive_dict.py from
Describe the bug
I believe this was supposed to be fixed in #107 per #106 but the issue still exists. When you attempt to run various commands, such as
pmapper graph create
it will raise anImportError: cannot import name 'Mapping' from 'collections'
.I'm running Python 3.10.6 on MacOS Ventura 13.1. Changing
principalmapper/util/case_insensitive_dict.py
fromto
Fixes it for me
To Reproduce
pip install principalmapper
and then runpmapper graph create
using python 3.10Expected behavior
I expect it does not raise an
ImportError
.The text was updated successfully, but these errors were encountered: