taranggpt6

Results 3 comments of taranggpt6

I tried pip install fbprophet and also pip install prophet Still same ![Screenshot 2021-06-16 082208](https://user-images.githubusercontent.com/56186899/122150927-40997f00-ce7c-11eb-813e-38d1d027393a.png) ![Screenshot 2021-06-16 082308](https://user-images.githubusercontent.com/56186899/122150923-3f685200-ce7c-11eb-9f8d-1c486b5ffa1c.png)

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...