Closed jecampagne closed 3 years ago
Could you try to do pip uninstall numpyro
2 times then install it again?
Well now even after conda reinstall
>>> import numpyro
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'numpyro'
while
(jaxcosmo) cca010:users/campagne/nested_sampling$ conda list | grep numpyro
numpyro 0.8.0 pyhd8ed1ab_0 conda-forge
I just created a fresh conda environment and the installation is working as expected. You might want to create your environment again.
Ok let me try along this line. Thanks
Ouf. should be ok now. Thanks.
By the way, how do you install jaxns
in the conda environment.
Hello I've done fresh install
conda install -c conda-forge numpyro
thenOne can see
numpyro
version seems 0.8.0; nowgives
0.7.2
!!!Where is the pb?
Thanks (nb. I was tying to run
Example: Nested Sampling for Gaussian Shells
)