lnccbrown / HSSM

Development of HSSM package
Other
70 stars 10 forks source link

hssm is not installable on windows (cpu only) #469

Closed yufeng-tian closed 1 day ago

yufeng-tian commented 1 week ago

Describe the bug 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

Screenshots 85f260dd-a98f-4b4b-bf02-c0fe81164d71

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

yufeng-tian commented 1 week ago

Oh, maybe this post is more suitable to be published on the discussion board. I am a newcomer and not familiar with the norm. I would like to reform the post in the discussion category.