import pystan._api failed:ImportError: DLL load failed: The specified module could not be found
问题 I have installed python 3.7 and want to do some forecasting using fbprophet (https://facebook.github.io/prophet/docs/installation.html#python) But I get this error when installing the package using the command (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