gokselk commented on issue #444: URL: https://github.com/apache/arrow-datafusion-python/issues/444#issuecomment-1663060831
Your command is failing due to the absence of pyarrow>=11.0.0 on testpypi. You can attempt installation using the following command: ```bash pip install --extra-index-url https://test.pypi.org/simple/ datafusion==28.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]
