天天看点

from fbprophet import Prophet 报错

错误:AttributeError: 'PyxImporter' object has no attribute 'find_spec'

解决方法:

To install fbprophet on AWS Sagemaker Jupyter Notebook:
conda install -c plotly plotly==3.10.0 --yes
conda install -c conda-forge fbprophet --yes
           
from fbprophet import Prophet 报错

继续阅读