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を使わずに解決策を探しています。
前もって感謝します。