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
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.
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.
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
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