Skip to content
Advertisement

ImportError: No module named scipy

I am using Python 2.7 and trying to get PyBrain to work.

But I get this error even though scipy is installed –

JavaScript

I have installed scipy using this command –

JavaScript

I get –

JavaScript

What should I do?

Advertisement

Answer

Try to install it as a python package using pip. You said you already tried:

JavaScript

Now run:

JavaScript

I ran both and it worked on my Debian-based box.

Advertisement