You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the solver error again. It involves python, numpy, and pyarrow. Thus I went looking in the recipe for any osx-specific selectors that could be causing this, and indeed we are pinning pyarrow <13.0 only for osx-* builds.
Thus it is trying to install pyarrow 12.* which isn't built for Python 3.12 since it is so old. I can confirm the solver error locally with:
mamba create -n test --dry-run python=3.12 'pyarrow<13' numpy=1.26
The problem with pyarrow 13 on osx-* is a known, long-standing problem. Until it is resolved, we can't build tiledbsoma-py for Python 3.12. I am going to send a PR to prevent the Python 3.12 build for osx-*.
Nightly feedstock build failure for tiledbsoma-feedstock at https://dev.azure.com/TileDB-Inc/CI/_build?definitionId=43&_a=summary
The text was updated successfully, but these errors were encountered: