Jaxlib on windows for pymc possible?

can I use pymc on windows? Having trouble installing jaxlib before pymc, even on miniforge.

You should be able to install the cpu version via pip. It looks like the conda feedstock does not support Windows at the moment.

For GPUs on Windows, there’s no official support but I have had success with

oof! That worked but now I am getting an error related to a file called “\Temp\pytensor_compilation_error_m3hgzirs” (that I cannot even locate). Should I try a dif version of python outside of miniforge? thanks!

For JAX development i use WSL2. It’s nicely integrated with pycharm and vscode, or you can easily launch a linux terminal and use jupyter from there. Everything works great out of the box, can’t recommend it highly enough.