andygrove commented on issue #326: URL: https://github.com/apache/arrow-datafusion-python/issues/326#issuecomment-1519083592
I have now uploaded the manylinux wheel to pypi. This had already been built in CI by the "Python Release Build" workflow when the release was tagged. This now works on colab. ``` Using pip 23.0.1 from /usr/local/lib/python3.9/dist-packages/pip (python 3.9) Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting datafusion==22.0.0 Downloading datafusion-22.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 22.2 MB/s eta 0:00:00 Requirement already satisfied: pyarrow>=6.0.1 in /usr/local/lib/python3.9/dist-packages (from datafusion==22.0.0) (9.0.0) Requirement already satisfied: numpy>=1.16.6 in /usr/local/lib/python3.9/dist-packages (from pyarrow>=6.0.1->datafusion==22.0.0) (1.22.4) Installing collected packages: datafusion Successfully installed datafusion-22.0.0 ``` -- 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]
