天天看點

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 報錯

繼續閱讀