Replies: 1 comment 2 replies
-
|
Hi - thanks for the question. JAX dropped support for Python 3.6 in version 0.2.18, in accordance with the established deprecation policy. Note that Python 3.6 is now beyond its end-of-life, i.e. the Python team is no longer publishing version 3.6.X security updates. We do not have plans to re-introduce support for older Python versions into the codebase. If you want to use JAX with older Python versions, the best option would be to install previous releases that are compatible. For Python 3.6, that would be something like this: I hope that helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear jax team:
Because of the requirements of the project, I need to build jax from source code on our platform, but we only support python3.6, I would like to ask if you will provide jax source code that supports python3.6 on github,
Beta Was this translation helpful? Give feedback.
All reactions