Michael-J-Ward commented on issue #830: URL: https://github.com/apache/datafusion-python/issues/830#issuecomment-2304705320
I know this isn't your exact setup, but I was able to spin a vm up with: - Windows 10 - python 3.11.9 I was able to successfully install with `pip install datafusion -U` and run ```console >>> import pyarrow >>> pyarrow.__version__ '17.0.0' >>> from datafusion import SessionContext >>> ctx = SessionContext() ``` So... I'm at an impasse. Have you tried a completely fresh new virtual environment? -- 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]
