Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ttakayaflexpower opened this issue Apr 14, 2024 · 2 comments
Labels
question Further information is requested

Comments

@ttakayaflexpower
Copy link

ttakayaflexpower commented Apr 14, 2024

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!

@fehiepsi
Copy link
Member

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

@fehiepsi fehiepsi added the question Further information is requested label Apr 29, 2024
@fehiepsi
Copy link
Member

fehiepsi commented May 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants