Closed braniii closed 1 year ago
Thanks for raising the issue! Yes, statsmodels is an additional required package for pyhmc. Previously I used "conda install -c conda-forge numdifftools", and statsmodels would be installed simultaneously. If you used pip install, then you may need to manually install statsmodels.
Installing statsmodels
most tests pass (296 passed, 16 skipped, 13xfailed) just like in the CI. Thx
Hi, I am trying to run the tests.
Creating the environment with:
Running
Following the gh action, it seems that the module
pyhmc
is missing the dependencystatsmodels
Does anyone has an idea why it fails on my machine, but runs on the gh action?