简体   繁体   English

pip 在没有 conda 的 Windows 上安装 fbprophet

[英]pip install fbprophet on Windows without conda

I would like to install fbprophet on windows 10 without having to install Anaconda.我想在 windows 10 上安装 fbprophet 而不必安装 Anaconda。 I have python 3.7.我有 python 3.7。 I have tried all suggestions from Installing fbprophet Python on Windows 10 without success.我已经尝试了在 Windows 10 上安装 fbprophet Python 的所有建议,但均未成功。

So far I have installed pystan, as it is required before installing fbprophet, but when I run pip install fbprophet , I am getting a lot of red output, with the following errors:到目前为止,我已经安装了 pystan,因为在安装 fbprophet 之前需要它,但是当我运行pip install fbprophet时,我得到了很多红色的 output,并出现以下错误:

Building wheels for collected packages: fbprophet
Building wheel for fbprophet (setup.py) ... error
...
...
...
ImportError: DLL load failed: Specified module not found.
----------------------------------------
ERROR: Failed building wheel for fbprophet

Any help appreciated.任何帮助表示赞赏。

fbprophet backned is pystan.支持的 fbprophet 是 pystan。 it seems pystan is not installed in your environment.you can verify it using: import pystan in your python environment您的环境中似乎没有安装 pystan。您可以使用以下方法进行验证:在您的 python 环境中导入 pystan

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM