maximtrp / scikit-posthocs

Multiple Pairwise Comparisons (Post Hoc) Tests in Python
https://scikit-posthocs.rtfd.io
MIT License
351 stars 40 forks source link

fail to import scikit_posthocs #39

Closed yiexu closed 4 years ago

yiexu commented 4 years ago

Hi,

I have been using scikit_posthocs(Version: 0.6.6) in Python 3.7.1 for a while. Today, when I tried to import scikit_posthocs, I got an error as ModuleNotFoundError: No module named 'statsmodels.stats.libqsturng'

I checked with pip show statsmodels and Version: 0.12.0 was shown. I reinstalled by 'pip install statsmodels' but got the same error message. I reinstalled by 'pip install scikit-posthocs' but problem remained. Running out of ideas. What could be the reason?

Thanks!

maximtrp commented 4 years ago

Hello! Could you please try to reinstall statsmodels with the following commands?

pip uninstall statsmodels && pip install statsmodels
yiexu commented 4 years ago

Thanks so much! Everything is working now~

maximtrp commented 4 years ago

You are welcome!