davidhewitt commented on PR #694: URL: https://github.com/apache/datafusion-python/pull/694#issuecomment-2110419822
In particular the problem is that `maturin develop` (or `pip install -e .`) will use the checkout's Python sources, but `pip install .` will put a copy into `site-packages`, which then conflicts with the checkout sources if you're running Python from the repository root. (You'll end up importing from the local sources rather than the installed contents in `site-packages`.) -- 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 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