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

ImportError: No module named abc #1

Open
hbliu opened this issue Feb 22, 2021 · 2 comments
Open

ImportError: No module named abc #1

hbliu opened this issue Feb 22, 2021 · 2 comments

Comments

@hbliu
Copy link
Owner

hbliu commented Feb 22, 2021

If you meet following error when using SMART2

from collections.abc import Mapping
ImportError: No module named abc

Please check the version of statsmodels whose new version (>= 0.11.0) introduces this error.
Install the statsmodels (from 0.8.0 to 0.10.2) can solve this problem.
For example:
pip install statsmodels==0.8.0 --user

#gersteinlab/starrpeaker#2 (comment)

@hbliu hbliu closed this as completed Feb 22, 2021
@hbliu hbliu reopened this Feb 22, 2021
@hbliu hbliu closed this as completed Feb 22, 2021
@dilrabarr
Copy link

Hi,

I tried downgrading my statsmodels to 0.8.0, but still running into the error. Is there other alternatives?

from collections.abc import Mapping
ImportError: No module named abc

Thanks

@hbliu
Copy link
Owner Author

hbliu commented Feb 27, 2022

Could you please check the version of statsmodels using following code?
pip show statsmodels

@hbliu hbliu reopened this Feb 27, 2022
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

2 participants