-
Dear all, I've already asked this question on the Flax repository : google/flax#1651. When installing jax with Is there a quick workaround for this problem ? Best regards, Jao |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I suspect the reason is that you are using Python 3.6. We dropped support for Python 3.6 in jax v0.2.18, per the deprecation policy. Please update to a supported version of Python. |
Beta Was this translation helpful? Give feedback.
-
Indeed my python version is 3.6.9. Thanks! |
Beta Was this translation helpful? Give feedback.
I suspect the reason is that you are using Python 3.6. We dropped support for Python 3.6 in jax v0.2.18, per the deprecation policy.
Please update to a supported version of Python.