l1t1 commented on issue #830:
URL: 
https://github.com/apache/datafusion-python/issues/830#issuecomment-2303788073

   Checking pyarrow
   ```
   >>> import pyarrow
   >>> pyarrow.__version__
   '15.0.0'
   ```
   Installing
   ```
   pip install datafusion -U
   Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
   Requirement already satisfied: datafusion in d:\python38\lib\site-packages 
(36.0.0)
   Collecting datafusion
     Downloading 
https://pypi.tuna.tsinghua.edu.cn/packages/9f/12/3a6bf3baa1759315f14cbfb8006efee2ae8971c378e7363732342ff58417/datafusion-40.1.0-cp38-abi3-win_amd64.whl
 (17.9 MB)
        ---------------------------------------- 17.9/17.9 MB 2.3 MB/s eta 
0:00:00
   Requirement already satisfied: pyarrow>=11.0.0 in 
d:\python38\lib\site-packages (from datafusion) (15.0.0)
   Requirement already satisfied: typing-extensions in 
d:\python38\lib\site-packages (from datafusion) (4.10.0)
   Requirement already satisfied: numpy<2,>=1.16.6 in 
d:\python38\lib\site-packages (from pyarrow>=11.0.0->datafusion) (1.21.0)
   Installing collected packages: datafusion
     Attempting uninstall: datafusion
       Found existing installation: datafusion 36.0.0
       Uninstalling datafusion-36.0.0:
         Successfully uninstalled datafusion-36.0.0
   Successfully installed datafusion-40.1.0
   ```
   the machine / environment is the same of version 36


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to