【发布时间】:2022-03-24 22:28:50
【问题描述】:
我已经安装了 python 3.7 并想使用 fbprophet (https://facebook.github.io/prophet/docs/installation.html#python) 进行一些预测
但是在使用命令 (pip install fbprophet) 安装包时出现此错误
import pystan
File "e:\repos\usf\venv\lib\site-packages\pystan\__init__.py", line 9, in <module>
from pystan.api import stanc, stan
File "e:\repos\usf\venv\lib\site-packages\pystan\api.py", line 13, in <module>
import pystan._api # stanc wrapper
ImportError: DLL load failed: The specified module could not be found.
我进行了一些研究,并了解到 conda 可以做到这一点。但我正在寻找不使用 conda 的解决方案。
提前致谢。
【问题讨论】:
标签: python importerror pystan