Open rpeloff opened 1 year ago
I think this issue is also related to https://github.com/google/array_record/issues/71 Mostly, pip install should have failed as M2 are ARM computer to my knowledge. Maybe there is additional work needed then #71.
I've forked and have a release that build the python wheels for array_record here: https://github.com/vyeevani/array_record. Also have a PR on this repo: https://github.com/google/array_record/pull/118
Hi, I am having trouble using this package on Apple Silicon (M2) due to the shared library file
array_record_module.so
.Specifically I have the following error on Python 3.9.16 with
array-record==0.2.0
:I assume this is due to
array_record_module.so
being built for linux. Would it be possible to support Apple Silicon in the build process?The main motivation for this is that
tfds
is dependent onarray-record
since this commit https://github.com/tensorflow/datasets/commit/f2aa83d533ca6b70a44252bbc912dd5b73904fd4.The complete issue: