I am quite new into programming and I am struggling much to install scipy with the errors. I did not had any problems installing other libraries:
Failed cleaning build dir for scipy
and
Failed building wheel for scipy
With sklearn I am facing the problem :
Failed building wheel for scikit-learn
just found this info on the web regarding this issue :
pip does not work well for Windows because the standard pip package index site, PyPI, does not yet have Windows wheels for some packages, such as SciPy.via https://scipy.org/install.html
In case this is correct , how can I solve it ?