taranggpt6
taranggpt6
I tried pip install fbprophet and also pip install prophet Still same  
So now created a new fresh environment with python 3.7 only, ran `pip install prophet` and now getting error > pystan._api DLL load failed. This error i was already getting...
After installing MinGW as per > https://stackoverflow.com/questions/60388880/import-pystan-api-failedimporterror-dll-load-failed-the-specified-module-cou was getting the same errors. after running `conda install libpython m2w64-toolchain -c msys2` finally I am able to install prophet using `pip install...