RuntimeError: optional has no value #6244
-
Hi, I got 'RuntimeError: optional has no value' when executing 'key=random.PRNGKey(0)'. How can i fix the issue? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Thanks for the report! Hmm, I don't think we've seen this one before, and it's a pretty low-level error. I think the best first step is to update your jaxlib installation, from 0.1.62 to the pypi-current 0.1.64. I think this might work:
|
Beta Was this translation helpful? Give feedback.
-
I seem to be getting this error as well! Will try the upgrade. |
Beta Was this translation helpful? Give feedback.
-
Seemed to work for me! |
Beta Was this translation helpful? Give feedback.
Thanks for the report!
Hmm, I don't think we've seen this one before, and it's a pretty low-level error. I think the best first step is to update your jaxlib installation, from 0.1.62 to the pypi-current 0.1.64. I think this might work: