RJT1990 / pyflux

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

getting the error undefined symbol: PyFPE_jbuf #126

Open SoumyajyotiBanerjee opened 6 years ago

SoumyajyotiBanerjee commented 6 years ago

Hi,

After doing pip install pyflux, when I am doing import it's throwing

Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/init.py", line 14, in from .arma import * File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/arma/init.py", line 1, in from .arma import ARIMA File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/arma/arma.py", line 10, in from .. import families as fam File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/init.py", line 1, in from .cauchy import Cauchy File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/cauchy.py", line 8, in from .normal import Normal File "/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/normal.py", line 8, in from .gas_recursions import gas_recursion_normal_orderone, gas_recursion_normal_ordertwo ImportError: /home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/gas_recursions.so: undefined symbol: PyFPE_jbuf

Can you please help me in this?