Skip to content
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

Open
TomCallan opened this issue Jul 24, 2022 · 4 comments
Open

Comments

@TomCallan
Copy link

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.

@Openmindedness
Copy link

Openmindedness commented Oct 4, 2022

i fixed by downgrading sleekxmpp to 1.3.3
I also edited the file that was causing the error
sorry for the late response

@Baytars
Copy link

Baytars commented Jun 12, 2023

I also ran into the same error but couldn't downgrade sleekxmpp to 1.3.3 either. I ended up making my own fork to fix it. Simply renamed all instances of sleekxmpp to slixmpp which is the newer updated version. You can try using that: https://github.com/Ghoul072/pyaiml2

@Openmindedness I downgraded to 1.3.2 and installed sleekxmpp.

@t0ta11ed
Copy link

t0ta11ed commented Dec 16, 2023

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

@sushildas100
Copy link

@t0ta11ed Did the issue solved for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants