How to install the scipy library in python?

Asked

Viewed 2,326 times

0

I tried to install using Winpython program, but while importing the library an error occurred:

">>> from scipy.optimize import curve_fit

Traceback (Most recent call last): File "", line 1, in from scipy.optimize import curve_fit ">>>>Import: No module named scipy.optimize"

3 answers

1

I recommend using the Anaconda platform:

https://www.continuum.io/downloads

Anaconda comes with 'base' scientific packages such as matplotlib, pandas, scipy and numpy. All packages and the environment are restricted to a single folder, thus facilitating uninstallation and Anaconda also comes with Jupyter (former ipython notebook) and Spyder IDE.

0

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.