我正在尝试fbprophet在 Python Anaconda上导入,但是,我收到此错误:
fbprophet
ImportError: cannot import name 'easter' from 'holidays'
任何人都可以建议可能出了什么问题吗?
代码:
from fbprophet import fbprophet
python python-3.x
python ×1
python-3.x ×1