【时序列】windows10安装prophet出错 ERROR: Command errored out with exit status 1 解决方案
环境- windows10
- 使用anaconda
- 已经安装pystan。import pystan 正常通过
以下代码安装prophet的时候报错: ERROR: Command errored out with exit status 1
pip install fbprophet
错误内容如下:
不用pip,改成用conda安装解决了我的问题。
conda install -c conda-forge fbprophet
安装好就可以正常import了
from fbprophet import Prophet
[1] https://stackoverflow.com/questions/59773811/im-trying-to-install-fbprophet-using-pip-on-windows10-and-the-following-error-i?answertab=votes#tab-top
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)