numpyro icon indicating copy to clipboard operation
numpyro copied to clipboard

ImportError: cannot import name 'CAR' from "numpyro.distrubutions.continuous'

Open ttakayaflexpower opened this issue 1 year ago • 1 comments

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

I would appreciate any help!

ttakayaflexpower avatar Apr 14 '24 11:04 ttakayaflexpower

I think that your workspace might not be setup correctly. Could you try to remove numpyro then install it again?

fehiepsi avatar Apr 16 '24 19:04 fehiepsi

Closed because I think this is a problem with the workspace. Please feel free to reopen.

fehiepsi avatar May 12 '24 11:05 fehiepsi