-
Notifications
You must be signed in to change notification settings - Fork 46
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
bug: Installation issues in Python 3.11, Linux Ubuntu 22.04 #194
Comments
I am experiencing the same error on MacOS. |
Thanks for pointing this out! Would you be willing to prepare a fix for this? |
Can confirm that upgrading flax to 0.8.5 fixed this issue for me on MacOS. |
#197 should fix this. Does anyone have time to confirm? |
Hello @wistuba, the bug still exists in the current version on Colab. Please verify to reopen this issue. |
Can you try again after
The problem might be that the change wasn't released to pypi yet |
It works! @wistuba, Could you also add the latest commit tag to use since this is an education notebook, and I want it to be based on a static tag, commit since we install it from github instead of pypi? |
I've just released version 0.2.0. You can work with that |
Bug Report
**Fortuna version: **
0.1.45
Current behavior:
pip install aws-fortuna
(first install): Import of fortuna fails. This is apparently related to an issue with Flax and Jax versions.Expected behavior:
Loading aws-fortuna
Steps to reproduce:
In a terminal, type the commands:
Related code:
Other information:
On Linux, upgrading Jax and Flax to the latest versions actually solved the issue. I don't know if it will create further errors though...
The text was updated successfully, but these errors were encountered: