DLL load failed with scipy.optimize?

后端 未结 5 551
日久生厌
日久生厌 2020-12-10 03:52

I\'m trying to upload the curve_fit from scipy.optimize to fit an exponential function to some data I have generated. My code looks like:

import matplotlib.p         


        
5条回答
  •  渐次进展
    2020-12-10 04:42

    I've run into several problems like this recently when trying to use pyplot and scipy. I have Anaconda 2.7, 32bit running on Windows 7 x64

    I just encountered this exact error whilst trying to use curve_fit. I downloaded the 'superpack' from sourceforge: http://sourceforge.net/projects/scipy/

    Running this installer fixed the error and didn't affect any other part of my python environment.

提交回复
热议问题