kosiew opened a new issue, #1280: URL: https://github.com/apache/datafusion-ballista/issues/1280
## Describe the bug Running `pip install -r requirements.txt` fails due to a missing package version. The error occurs because the `requirements.txt` file references a non-existent version of the `datafusion` package (`datafusion==45`), which is not available on PyPI. ## To Reproduce Steps to reproduce the behavior: 1. Clone the repository 2. Navigate into the python directory 3. Run `pip install -r requirements.txt` 4. Observe the installation failure ## Expected behavior All dependencies listed in `requirements.txt` should be available on PyPI to allow a successful installation process. ## Additional context - Error message: -- 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-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org