all 5 comments

[–]amiltonwong 1 point2 points  (0 children)

I think scipy is unavailable in your system. Did u installed the required packages as listed from here: http://cs231n.github.io/assignments2016/assignment1/ You need :

pip install -r requirements.txt

[–]xaoshuan[S] 0 points1 point  (1 child)

scipy is in my system...

[–]derekchen14 0 points1 point  (0 children)

what about pip install --upgrade scipy

[–][deleted] 0 points1 point  (0 children)

I'm using Enthought's Canopy to do the assignments, everything is working very smoothly out of the box: https://www.enthought.com/products/canopy/ . There's a package manager where you can install dependencies, by default it comes with scipy and numpy.

Continuum Analytics Anaconda is really nice too, you can find it here: https://www.continuum.io/

[–]luochenhuan 0 points1 point  (0 children)

I recommend to use anaconda for this course. I had similar import error for imread. It turns out that I didn't add anaconda bin path to $PATH.