We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are running into an incompatibility between the current releases of scipy and statsmodels that produces an ImportError for the factorial module.
scipy
statsmodels
ImportError
factorial
Temporary solution is to pin scipy<1.3 in setup.py, which we can drop once this is fixed in statsmodels: statsmodels/statsmodels#5747
scipy<1.3
setup.py
The text was updated successfully, but these errors were encountered:
Seems to have been resolved upstream.
Sorry, something went wrong.
No branches or pull requests
We are running into an incompatibility between the current releases of
scipy
andstatsmodels
that produces anImportError
for thefactorial
module.Temporary solution is to pin
scipy<1.3
insetup.py
, which we can drop once this is fixed in statsmodels: statsmodels/statsmodels#5747The text was updated successfully, but these errors were encountered: