numpyro
                                
                                
                                
                                    numpyro copied to clipboard
                            
                            
                            
                        ImportError: cannot import name 'CAR' from "numpyro.distrubutions.continuous'
When I tried to import numpyro, I got the following error:
ImportError: cannot import name 'CAR' from 'numpyro.distributions.continuous'
I checked the .distributions.continuous module that lives in Lib/site-packages but there is 'CAR' function defined in line 1536. Why does installing the package not work?
I installed numpyro after uninstalling jax and running a command pip install numpyro. The version is 0.14.0 as in the output of pip freeze below.
I would appreciate any help!
I think that your workspace might not be setup correctly. Could you try to remove numpyro then install it again?
Closed because I think this is a problem with the workspace. Please feel free to reopen.