Installation fails on Windows
Open
- Dominant language
- Jupyter Notebook
- Stars
- 7.3k
- Forks
- 833
- Avg merge
- 5h 11m
- Merged PRs (30d)
- 5
Description
`orbax-checkpoint` is depended upon by the `orbax-export` dependency. This recently added `uvloop` as a dependency, which is Unix only and thus breaks Windows support for Flax.
See issue: https://github.com/google/orbax/issues/2914
Workaround is to explicitly pin `orbax-checkpoint<=0.11.32` before installing Flax.
Contributor guide
Assessment
This issue has not been assessed yet.