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
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 requested arm64 format
The text was updated successfully, but these errors were encountered:
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.
tmap_viz-*-macosx_*_arm64.whl
file _tmap.cpython-<X>-darwin.so
(also run it on the other binaries)amd64
instead of the requestedarm64
formatThe text was updated successfully, but these errors were encountered: