While I running this command on command prompt
pip install pycaret
I am getting this error:
ERROR: Could not build wheels for scikit-learn which use PEP 517 and cannot be installed directly
I already tried
pip install pep517
and
pip install p5py
and
pip install --upgrade pip setuptools wheel
/./....
and scikit-learn is already installed well.. enter image description here
help me plz...