在没有 conda 的 Windows 上 pip install fbprophet

Sur*_*-da 6 python windows pip fbprophet

我想在 Windows 10 上安装 fbprophet 而不必安装 Anaconda。我有 python 3.7。我已经尝试了在 Windows 10 上安装 fbprophet Python 的所有建议,但没有成功。

到目前为止,我已经安装了 pystan,因为在安装 fbprophet 之前需要它,但是当我运行时pip install fbprophet,我得到了很多红色输出,并出现以下错误:

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
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏。

小智 1

fbprophet 支持的是 pystan。您的环境中似乎未安装 pystan。您可以使用以下方法验证它: 在您的 python 环境中导入 pystan