tmap
tmap copied to clipboard
github actions not producing arm64 Mach-0 files but local builds do
The wheels downloaded from the github actions do not contain arm-64 format binaries for osx, but locally built files, using the same process on BOTH intel and arm64 machines, do.
- Download the artifacts from an action e.g. this one
- Unzip the artifacts
- Unzip any of the
tmap_viz-*-macosx_*_arm64.whl
- From inside the unzip file location In terminal run
file _tmap.cpython-<X>-darwin.so
(also run it on the other binaries) - Notice that the .so is
amd64
instead of the requestedarm64
format