Jeremy T. Hetzel
Jeremy T. Hetzel
`Wheels / Build wheel on auto for macos-latest (pull_request)` complaining with ``` ERROR: No matching distribution found for cibuildwheel==1.8.0 ```
What is needed to include this pull request in the master branch? Aarch64 wheels for Linux are convenient.
> Also looking at the conflict, @odidev and @jthetzel, any thoughts on the use of pypa/[email protected] from #309? Testing that at https://github.com/zarr-developers/numcodecs/pull/315 . Please advise if not kosher. I get...
The continuous integration is updated to only build aarch64 wheels when a release is created (when a tag matching "v*" is created).
Building aarch64 wheels for python 3.8, 3.9, 3.10, 3.11 takes about 1.5 hours ( https://github.com/jthetzel/numcodecs/actions/runs/5500370791 ).
@jakirkham @rabernat I completely forgot about this pull request until I went to build a container on a jetson nano with a zarr dependency this morning, googled my way here,...
@joshmoore Bumping this just to check if more work is needed or a different path preferred.
Certainly. I'll update the branch an re-read the discussion.
We had a similar issue with `useUser()` in 4.2.3 returning on initial load: ``` { data: undefined, status: 'loading', ... } ``` Pinning to 4.2.2 resolved the error, with `useUser()`...
This is ready for review, @TomAugspurger , @scottyhq .