prophet
prophet copied to clipboard
Using Prophet on Windows without Conda
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?
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.
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.
This has been resolved in prophet 1.1. You can now pip install prophet
directly from PyPI on Windows