You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/04/07 16:09:50 UTC

[GitHub] [arrow-datafusion-python] andygrove commented on issue #317: pip install datafusion==21.0.0 error

andygrove commented on issue #317:
URL: https://github.com/apache/arrow-datafusion-python/issues/317#issuecomment-1500424630

   Thanks for the report. I will try and figure out why this fails. FWIW, it works for me.
   
   ```
   $ uname -a
   Linux ripper 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
   ```
   
   ```
   $ pip3 install datafusion==21.0.0
   Collecting datafusion==21.0.0
     Downloading datafusion-21.0.0-cp37-abi3-manylinux_2_34_x86_64.whl (13.7 MB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.7/13.7 MB 10.7 MB/s eta 0:00:00
   Requirement already satisfied: pyarrow>=6.0.1 in /home/andy/.local/lib/python3.10/site-packages (from datafusion==21.0.0) (11.0.0)
   Requirement already satisfied: numpy>=1.16.6 in /home/andy/.local/lib/python3.10/site-packages (from pyarrow>=6.0.1->datafusion==21.0.0) (1.24.2)
   Installing collected packages: datafusion
     Attempting uninstall: datafusion
       Found existing installation: datafusion 20.0.0
       Uninstalling datafusion-20.0.0:
         Successfully uninstalled datafusion-20.0.0
   Successfully installed datafusion-21.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: github-unsubscribe@arrow.apache.org

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