-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AttributeError: module 'collections' has no attribute 'MutableSet' #10207
Comments
Thanks. An alternative reproducer: import collections
print(collections.MutableSet) |
|
Oh my bad! I think your isort version is outdated because You may need to update your pylint version (isort is a dependency). You can share the version( This can also be seen in Python 3.9: (venv39) markbyrne@Marks-MacBook-Air-2 programming % python
Python 3.9.10 (v3.9.10:f2f3f53782, Jan 13 2022, 17:02:14)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from collections import MutableSet
<stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
>>> |
|
@ManPython Can you try running Pylint via |
This same log as above, it's run by venv and in site-packages not separated or something, all installed by pip. |
I suppose you could do ‘pip freeze’ as an alternative to get the version. |
Do I understand correctly that you are running |
I tested many pylint to find old working version around graph and UML but no success.
Then
|
|
Looks it's more solved and near working |
So there are some conflicts, that backing libraries version then backing to the error
|
Then again
|
The issue you are reporting now is in Honestly, I have never seen so many warnings in a |
Bug description
Configuration
Command used
Pylint output
Expected behavior
Create UML diagram image/dot elements.
Mistake:
square/pylink#218 (comment)
Pylint version
OS / Environment
W11
Additional dependencies
The text was updated successfully, but these errors were encountered: