PySonar icon indicating copy to clipboard operation
PySonar copied to clipboard

Failed to run first cell of notebook: `scipy` was not installed by default

Open carrollgt91 opened this issue 7 years ago • 1 comments

I had to manually pip install scipy after running through the local setup in order for the first cell in the test notebook to execute.

I thought that it should have automatically installed with scikit-learn, but it did not seem to, for some reason.

carrollgt91 avatar Aug 19 '17 16:08 carrollgt91

Scikit-learn doesn't install Scipy, check here: http://scikit-learn.org/stable/install.html Anyway, the local setup now includes running pip install -r requirements.txt which installs Scipy correctly. @iamtrask I think this can be closed?

olveirap avatar Oct 21 '17 20:10 olveirap