【时序列】windows10安装prophet出错 ERROR: Command errored out with exit status 1 怎么办

【时序列】windows10安装prophet出错 ERROR: Command errored out with exit status 1 怎么办,第1张

时序列】windows10安装prophet出错 ERROR: Command errored out with exit status 1 怎么办

【时序列】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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5595320.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存