You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/11 22:56:57 UTC

[GitHub] [arrow-datafusion] bobtins commented on pull request #1928: Add db benchmark script

bobtins commented on pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#issuecomment-1065616189


   Is this specific to M1 Mac? I am running Ubuntu 20.04 on AMD64 and I get this error on docker build:
   ```
   ⚠️  Warning: No compatible platform tag found, using the linux tag instead. You won't be able to upload those wheels to PyPI.
   📦 Built wheel for abi3 Python ≥ 3.6 to /datafusion-python/target/wheels/datafusion-0.4.0-cp36-abi3-linux_x86_64.whl
   WARNING: Requirement 'target/wheels/datafusion-0.4.0-cp36-abi3-linux_aarch64.whl' looks like a filename, but the file does not exist
   ERROR: datafusion-0.4.0-cp36-abi3-linux_aarch64.whl is not a supported wheel on this platform.
   The command '/bin/sh -c cd datafusion-python     && maturin build --release     && python3 -m pip install target/wheels/datafusion-0.4.0-cp36-abi3-linux_aarch64.whl     && cd ..' returned a non-zero code: 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org