-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
AttributeError: module 'jaxlib.xla_extension' has no attribute 'PmapFunction' #10717
Comments
@yashk2810 please check your latest commit |
Which version were you running with previously? Any latest commit would not affect you since you are installing an already built version. |
This fetches the latest version right?
How do I specify the previous version while installing? |
I downgraded using this which I found on StackOverflow:
It would be helpful if this could be mentioned on the README page as it becomes difficult to revert back to older versions with only the general installation command that is provided, when newer versions are released and some functionalities suddenly do not work. |
We'll release with the fix again! Sorry for the breakage. |
No worries! |
We released jax 0.3.12: https://pypi.org/project/jax/0.3.12/ with the fix. |
Ok, thanks for addressing this. |
I am getting the above error after installing the latest version of jax and trying to import it for some computations:
It would be helpful if someone could please look into this ASAP. This is a new error I received when running my code within the past hour and had no problem with this earlier.
The text was updated successfully, but these errors were encountered: