-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error importing ciclo #15
Comments
Hey @hylkedonker ! Can you try upgrading to the new version of Flax? |
Yes, same problem on docker run ubuntu:23.10 sh -c 'apt update \
&& apt install --assume-yes python3-pip git \
&& pip3 install --break-system-packages flax \
&& pip3 install --break-system-packages git+https://github.com/cgarciae/ciclo.git \
&& pip3 install --upgrade --break-system-packages orbax \
&& python3 -c "import ciclo"' Any thoughts how to dig further? |
Hey, does the pypi package work? |
Nope, same problem as HEAD. |
Hi,
Your package looks pretty neat, thanks for sharing!
However, I haven't managed to get it to work. When I run
I get the error message
I have the following package versions installed:
This looks like it is related to the outdated
orbax
version (0.1.3 instead of 0.1.9) that clashes with flax. When I update orbax (pip3 install --upgrade orbax
) I get a slightly different error:Any thoughts how I can get ciclo to work without downgrading to very old versions of jax and flax?
Thanks in advance,
Hylke
The text was updated successfully, but these errors were encountered: