RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

Error in importing pyflux #106

Closed Madhan-cbe closed 6 years ago

Madhan-cbe commented 7 years ago

When i import pyflux in winpython i am getting error as below. How to rectify it.

import pyflux Traceback (most recent call last):

File "", line 1, in import pyflux

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\pyflux__init__.py", line 5, in from .arma import *

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\pyflux\arma__init__.py", line 1, in from .arma import ARIMA

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\pyflux\arma\arma.py", line 7, in import scipy.stats as ss

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\scipy\stats__init__.py", line 348, in from .stats import *

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\scipy\stats\stats.py", line 175, in import scipy.special as special

File "H:\Python\Winpython\WinPython-32bit-3.6.1.0Qt5\python-3.6.1\lib\site-packages\scipy\special__init__.py", line 640, in from ._ufuncs import *

ImportError: DLL load failed: The specified procedure could not be found.

RJT1990 commented 6 years ago

This is an issue with your scipy installation (check the requirements/reinstall).