You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #1595 has been merged (e715881) into the main branch after the version bump to 0.12.0 (f981b29), hence there is a mismatch between the release notes and the files hosted on pypi.
extract the source files with tar xvf numpyro-0.12.0.tar.gz
observe that in line 10 the import statement from jax.interpreters.xla import xla_call_p is still present
Solution
Release another version (I guess 0.12.1) after the PR has been merged.
Sorry for the bother, I was a bit confused tripping over this error just now and it took me a while to figure out what the issue was, although the solution is quite simple.
The text was updated successfully, but these errors were encountered:
The PR #1595 has been merged (
e715881
) into the main branch after the version bump to 0.12.0 (f981b29
), hence there is a mismatch between the release notes and the files hosted on pypi.steps to reproduce
tar xvf numpyro-0.12.0.tar.gz
from jax.interpreters.xla import xla_call_p
is still presentSolution
Release another version (I guess 0.12.1) after the PR has been merged.
Sorry for the bother, I was a bit confused tripping over this error just now and it took me a while to figure out what the issue was, although the solution is quite simple.
The text was updated successfully, but these errors were encountered: