You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/23 20:24:55 UTC

[GitHub] [arrow-datafusion-python] kylebrooks-8451 commented on issue #326: datafusion 22 does not install on Google Colab

kylebrooks-8451 commented on issue #326:
URL: https://github.com/apache/arrow-datafusion-python/issues/326#issuecomment-1519148664

   @an
   
   > 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
   > ```
   
   @andygrove  - We should consider doing this for builds other than 22.0.0 if it's not too much trouble.


-- 
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