-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'Mapping' from 'collections' error when importing PyInquirer | HAS SOLUTION #198
Comments
This error is becuase you are using Python 3.10 or above. I had the same error. |
Same error here, thank you for the fix |
Thank you!! it works |
this issue makes PyInquirer unusable |
Why is this not added? Is this package not maintained? This shouldn't be much of a hassle. |
No, this project is not being maintained. |
It's not as mature, but I use this, instead: https://github.com/magmax/python-inquirer Super shame that such a small change causes an issue like this... breaking changes shouldn't occur on minor version releases (I'm looking at you Python 3). |
I ran the test script, and it kept giving me this error. All I had to do was go into
from_dict.py
and go to line9
and turn it from:to
I might branch it and fix it... who knows...
Stackoverflow thread with fix
The text was updated successfully, but these errors were encountered: