-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 'jax.interpreters.xla' has no attribute 'DeviceArray' #211
Comments
I can tell, this is fixed in Git repository, but this error only affects package installed trough pip. Creators should upgrade pip package. |
Quick cheap fix: Edit the file |
apologies for the delay in response, we'll push a new version to pypi this week! |
@psc-g was this version pushed? this issue still exists |
apologies, will get this fixed today.
…On Mon, Apr 29, 2024 at 8:37 PM Muhammad Athar ***@***.***> wrote:
@psc-g <https://github.com/psc-g> was this version pushed? this issue
still exists
—
Reply to this email directly, view it on GitHub
<#211 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3CCMOXOQLRHGWU7YKTBE3Y73RV7AVCNFSM6AAAAAA24L5QBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTHE3DAMZUGM>
.
You are receiving this because you were mentioned.Message ID:
<google/dopamine/issues/211/2083960343 ***@***.***>
|
the issue is when you install from pip.
i need to push a new version to pypi which should fix the issue, but it's
blocked on some internal changes. should hopefully be able to get the fix
out before the end of this week.
apologies once again for the delay.
…On Tue, Apr 30, 2024 at 5:23 AM Pablo Samuel Castro ***@***.***> wrote:
apologies, will get this fixed today.
On Mon, Apr 29, 2024 at 8:37 PM Muhammad Athar ***@***.***>
wrote:
> @psc-g <https://github.com/psc-g> was this version pushed? this issue
> still exists
>
> —
> Reply to this email directly, view it on GitHub
> <#211 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AE3CCMOXOQLRHGWU7YKTBE3Y73RV7AVCNFSM6AAAAAA24L5QBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTHE3DAMZUGM>
> .
> You are receiving this because you were mentioned.Message ID:
> <google/dopamine/issues/211/2083960343 ***@***.***>
>
|
Hi.
The dependencies should be changed (particularly the
jax
version shouldn't be the latest one0.4.13
).Related issue in another repo.
Tested in colab
The text was updated successfully, but these errors were encountered: