We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Python 3.11.2, the typing-extensions package has to be installed manually for jaxlib to work. Here is the file that imports it:
jaxopt/jaxopt/_src/levenberg_marquardt.py
Line 24 in 3a941ef
I don't see where the package is defined, so I can't reference the list of dependencies that it's missing from.
The text was updated successfully, but these errors were encountered:
fixed by #479
Sorry, something went wrong.
thanks @Atomotron for the bug report!
No branches or pull requests
On Python 3.11.2, the typing-extensions package has to be installed manually for jaxlib to work. Here is the file that imports it:
jaxopt/jaxopt/_src/levenberg_marquardt.py
Line 24 in 3a941ef
I don't see where the package is defined, so I can't reference the list of dependencies that it's missing from.
The text was updated successfully, but these errors were encountered: