hssm is not installable on windows (cpu only) #470
Replies: 5 comments 8 replies
-
Just adding that I've run into the exact same issue with hssm installation on windows. I've been using hssm for the past couple months and decided to update to the latest version after running into new errors while doing the tutorial. Now I can't seem to install it again. Would appreciate any suggestions. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thanks for letting us know. The problem seems to be that conda install -c conda-forge pymc=5.14
pip install hssm This would get around of installing numpyro through conda-forge. We really only need pymc through conda-forge. Please let me know if it works |
Beta Was this translation helpful? Give feedback.
-
Hi, did not help me. (hssm) C:\Temp>pip install hssm |
Beta Was this translation helpful? Give feedback.
-
Do we have to install in cmd and conda prompt both? twice? |
Beta Was this translation helpful? Give feedback.
-
@digicosmos86 In Windows CPU, if conda install -c conda-forge pymc=5.14 does not work (keeps failing to install) , how can we go around to install the latest hssm? |
Beta Was this translation helpful? Give feedback.
-
I follow the official installing steps on windows (cpu only). When run
(hssm) C:\Users\tianl>conda install -c conda-forge hssm
It reported that
Could not solve for environment specs
The following package could not be installed
└─ hssm is not installable because it requires
└─ numpyro >=0.14.0,<0.15.0 , which requires
└─ jaxlib >=0.4.14 , which does not exist (perhaps a missing channel).
However, it was showed that jaxlib-0.4.30 had been installed (see screenshot)
I have tried Python 3.11 and 3.10, I've also tried to create a new environment through the channel of conda-forge (conda create -c conda-forge -n hssm python=3.11). Unfortunately, they did not work.
Do you know how I can solve this problem?
thank you so much
Beta Was this translation helpful? Give feedback.
All reactions