samuelcolvin opened a new pull request, #694: URL: https://github.com/apache/datafusion-python/pull/694
With the current settings `maturin build` and `pip install .` gave me an error when I tried to import `datafusion`: ``` Traceback (most recent call last): File "/Users/samuel/code/datafusion-python/demo.py", line 1, in <module> from datafusion import SessionContext File "/Users/samuel/code/datafusion-python/datafusion/__init__.py", line 28, in <module> from ._internal import ( ModuleNotFoundError: No module named 'datafusion._internal' ``` -- 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