Open avriiil opened 10 months ago
Got it working with pip install dask-deltatable
so I'm assuming something's up with the conda solver/reqs.
@charlesbluca do you have any time to look into this?
I can't reproduce this locally because I don't have an osx-arm64
Mac, but my first guess is that we're somehow transitively pinning pyarrow
in some way such that there aren't builds available for osx-arm64
?
creating a clean conda env
Is this also an environment pinning python=3.9
? A little interested in if things are able to solve with python
unpinned, might also be able to get some useful information trying this with more recent versions of mamba
(if you haven't already) which should provide some more context around the solve failure which could be helpful
I'm following the README instructions to install
dask-deltatable
fromconda-forge
. It fails with the following error messageSeems strange since clearly my osx version satisfies the
>=10.9
condition. Will investigate further but leaving it here in case others run into the same problem.I'm running on an M1 Mac with
python==3.9
[ EDIT ]
conda
env and running theconda install -c conda-forge dask-deltatable
fails with a similar error