ERROR: Could not build wheels for sktime, which is required to install pyproject.toml-based projects

184 Views Asked by At

Encountering this problem when using -

$pip install sktime==0.4.1 

More information -

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for sktime Running setup.py clean for sktime Failed to build sktime ERROR: Could not build wheels for sktime, which is required to install pyproject.toml-based projects

I tried -

$python -m pip install sktime==0.4.1
$--no-binary :all:pip install sktime==0.4.1 --no-binary :all:

But they didn't worked.

1

There are 1 best solutions below

2
On

Try

pip install --upgrade statsmodels