You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
If you meet following error when using SMART2
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)
The text was updated successfully, but these errors were encountered: