-
Notifications
You must be signed in to change notification settings - Fork 135
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' #308
Comments
i fixed by downgrading sleekxmpp to 1.3.3 |
@Openmindedness I downgraded to 1.3.2 and installed sleekxmpp. |
I can't get this to work since pip tries to install programy and dependencies from cache, so I can't even edit the sleekxmpp file that had the error. Installing an older sleek separately doesn't help since the programy install just uses the one it comes with. Kind of annoying to have to run an older version of Python just to use it |
@t0ta11ed Did the issue solved for you? |
Expected Behavior
program-y should install
Current Behavior
Attempting to install program-y via either the pip package or locally from the source (setup.py) results in the error above. I've seen people mention this error in regards to python version support but that doesn't appear to be the problem.
The text was updated successfully, but these errors were encountered: