andygrove opened a new issue, #82: URL: https://github.com/apache/arrow-datafusion-python/issues/82
**Describe the bug** ``` pip3 install -i https://test.pypi.org/simple/ datafusion==0.7.0 Looking in indexes: https://test.pypi.org/simple/ Collecting datafusion==0.7.0 Using cached https://test-files.pythonhosted.org/packages/a4/4f/5c588562ec6ab1651659ff35e34c197a7c1eaa7663360f2ea9d7d777547d/datafusion-0.7.0.tar.gz (150 kB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [3 lines of output] Looking in indexes: https://test.pypi.org/simple/ ERROR: Could not find a version that satisfies the requirement maturin<0.14,>=0.11 (from versions: none) ERROR: No matching distribution found for maturin<0.14,>=0.11 [end of output] ``` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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]
