Michael-J-Ward opened a new pull request, #695: URL: https://github.com/apache/datafusion-python/pull/695
Supercedes https://github.com/apache/datafusion-python/pull/694 # Rationale for this change The previous layout leads to an import error when installing with `maturin build` and `pip install .`. This error was common enough that `maturin` changed the recommended project layout to what this commit does. A prior PR attempted to solve this by altering `lib.name` in Cargo.toml, but that did not work for me. - [Prior PR](https://github.com/apache/datafusion-python/pull/694) - [maturin ImportError issue](https://github.com/PyO3/maturin/issues/490) - [maturin changes recommended project structure](https://github.com/PyO3/maturin/pull/855) -- 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]
