martin-g commented on PR #1574: URL: https://github.com/apache/datafusion-ballista/pull/1574#issuecomment-4326292785
I have problems [executing](https://github.com/milenkovicm/datafusion-ballista/blob/master/benchmarks/README.md#running-the-datafusion-benchmarks-in-python) `python tpch.py --query q1 --path /mnt/bigdata/tpch/sf1-parquet/` It requires `ballista` Python module: ``` $ python3 tpch.py --query q1 --path /tmp/tpch Traceback (most recent call last): File "/home/mgrigorov/git/apache/datafusion/datafusion-ballista/benchmarks/tpch.py", line 33, in <module> from ballista import BallistaBuilder ModuleNotFoundError: No module named 'ballista' ``` which is not yet available at pypi.org... I tried intalling it locally with: ``` ❯ uv sync --dev --no-install-package ballista Using CPython 3.12.13 Creating virtual environment at: .venv ... ``` but again it cannot be found by the benchmarks. I don't have enough time to debug more at the moment. -- 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]
