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

你可能感兴趣的:(安装过程)