Python Forum
tbats and pmdarima import problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tbats and pmdarima import problem
#1
I am trying to fit a tbats model and use the pmdarima library to find the best arima model for my time series analysis. In the first case i get the following error: No module named 'tbats' (from tbats import TBATS, BATS)
In the other one: 'numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject' (from pmdarima import auto_arima)

I have installed the libraries using pip install. Also when i run pip freeze the packages seem to exist but cannot be imported.
I am using Jupyter notebook. Any idea why this is happening? Thank you.
Reply


Messages In This Thread
tbats and pmdarima import problem - by tody18 - Aug-08-2019, 12:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  import numpy problem ptnb 1 2,075 May-18-2020, 06:03 PM
Last Post: ptnb
  pmdarima help mulltr66 0 1,506 Apr-20-2020, 09:08 PM
Last Post: mulltr66

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020