-
Notifications
You must be signed in to change notification settings - Fork 235
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' (C:\Python310\lib\collections\__init__.py) #181
Comments
Getting the same error
|
Getting the same error |
Temp. solution is to downgrade your python version to the correct one. Edit: Python 3.7 is working well. |
For Python 3.10.5, change line in file: |
Such modifications are meaningless, and it is impossible to manually modify each node during automated deployment |
I completely agree with @minidarkmimi It is not elegant or feasible in some cases to update site-packages and change the installed code to make it all work. The latest commit on the Repo works and just needs to be updated on PyPi. In my case I added this directly in setup.py as a requirement for my own library. 'pyInquirer @ git+https://github.com/CITGuru/PyInquirer.git#7637373429bec66788650cda8091b7a6f12929ee' |
Is there a release for this inbound yet? I just installed recently and still have the issue. |
Also get this issue |
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: