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
When I want to install openstef I get the following error:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for statsmodels
Failed to build statsmodels
ERROR: Could not build wheels for statsmodels, which is required to install pyproject.toml-based projects
How do I fix this?
With kind regards,
Luuk
The text was updated successfully, but these errors were encountered:
Hi Luuk, I ran into the same problem a while ago. The issue for me was that statsmodels requires a C++ redistributable, which pip cannot install. I believe that may be the issue you are encountering as well? You could installing the C++ redistributable yourself or you could try installing statsmodels with conda.
* allow newer statsmodels versions
the 0.14 version has more pre-built wheels, and building the 0.13 ones requires additional libraries, otherwise you get errors such #514
Signed-off-by: Martino Mensio <[email protected]>
* Update requirements.txt for statsmodels
do not allow major version change
Co-authored-by: Egor Dmitriev <[email protected]>
Signed-off-by: Martino Mensio <[email protected]>
---------
Signed-off-by: Martino Mensio <[email protected]>
Co-authored-by: Egor Dmitriev <[email protected]>
When I want to install openstef I get the following error:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for statsmodels
Failed to build statsmodels
ERROR: Could not build wheels for statsmodels, which is required to install pyproject.toml-based projects
How do I fix this?
With kind regards,
Luuk
The text was updated successfully, but these errors were encountered: