prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Using Prophet on Windows without Conda

Open fedeesku opened this issue 3 years ago • 3 comments

Context Running on Windows 10 Python 3.8.5 PyStan 2.19.1.1 Prophet 1.0.1 Downloaded MinGW-w64 - for 32 and 64 bit Windows to use for c++ compiler Previously using conda 4.10.3

Goal Run the exact same packages without using conda to create virtual envs

Question Has anyone been able to do this successfully without anaconda to create the virtual environments?

fedeesku avatar Nov 01 '21 22:11 fedeesku

I'd like to have this too cause I also tried a lot but in the end it's still either Conda or WSL. Any guidance on this would be much appreciated.

nviet avatar Nov 27 '21 18:11 nviet

I have been trying for the last 4 h without success, in the end I used conda. Pystan documentation asks to install m2w64-toolchain but that is a package that I could not find in pip. I am not able to import pystan to my environment, it leads to import pystan._api # stanc wrapper error.

TsukiZombina avatar Dec 15 '21 03:12 TsukiZombina

This has been resolved in prophet 1.1. You can now pip install prophet directly from PyPI on Windows

akosfurton avatar Jun 27 '22 14:06 akosfurton