isidentical commented on issue #82: URL: https://github.com/apache/arrow-datafusion-python/issues/82#issuecomment-1328086031
@andygrove just as a note (I didn't test it yet), but it might be worth to give a shot at `--extra-index-url` flag which allows to install stuff from both regular PyPI (like maturin) and TestPyPI (datafusion==0.7.0, considering it is not on TestPyPI) ``` pip install --extra-index-url https://test.pypi.org/simple/ datafusion==0.7.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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org