bobtins edited a comment 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 ``` Will try `s/aarch64/x86_64/`... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
