reset password
Author Message
ChristopherNg
Posts: 17
Posted 16:06 Oct 28, 2016 |

After testing my code, I get this: Import Error: No module named 'scipy'

When I try to install scipy, it gives me an error (error picture attached) which doesn't give scipy a clean installation. Does anybody know how to install scipy for python3.5.2?

 

Attachments:
msargent
Posts: 519
Posted 16:34 Oct 28, 2016 |

I'm not sure what happened, but you can try this link instead of using pip: https://www.continuum.io/downloads. Installing Anaconda is a lot easier. Otherwise, you should come to my office hours (see syllabus).

ChristopherNg
Posts: 17
Posted 16:47 Oct 28, 2016 |
msargent wrote:

I'm not sure what happened, but you can try this link instead of using pip: https://www.continuum.io/downloads. Installing Anaconda is a lot easier. Otherwise, you should come to my office hours (see syllabus).

I tried downloading Anaconda and it didn't seem to work. Then I tried installing Anaconda again and ran 'conda update anaconda' and 'conda update conda' in the cmd which seemed to fix the problem.

Thank you