connector-x: [ARM64] ERROR: No matching distribution found for connectorx==0.2.2
Hello,
I would like to use connector-x on ARM64 architecture. However, it seems that this library has no ARM architecture version when trying to pip install it via docker buildx on this type of architecture.
Would it be possible to release an ARM64 version of the library?
Thanks!
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 40 (17 by maintainers)
Perfect, that fixed up the build issue on my M1 mac!
Edit: Looks like the build generates the wrong filename though for the distribution. It’s listing it as ‘intel’:
but when I check the generated library but it’s arm64:
Steps to build for those who also hit the same issue:
Fresh clone of source
Install nightly-2021-10-21
Override default project toolchain
Build
Hi @lonestriker , can you try
nightly-2021-11-18? https://github.com/sfu-db/connector-x/blob/main/.github/workflows/release.yml#L34@lonestriker can you try this nightly version: https://github.com/sfu-db/connector-x/issues/186#issuecomment-1011311830 ?