You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Conda-forge builds arrow with more bells & whistles than the wheel builds for pip, but I don't see why things shouldn't be loadable. However, I don't see in your error logs which DLL actually fails to be loaded. Is there a way to get more verbose output of that failure?
Also, I have no experience with the vagaries of julia, perhaps someone from @conda-forge/julia already has an idea what's going on.
Solution to issue cannot be found in the documentation.
Issue
When I try to import pyarrow via PythonCall from Julia, I receive an error if pyarrow is installed via conda.
MWE:
Create a clean environment:
and then execute the following Julia code
However, if I install pyarrow via pip, no error is produced.
On a ubuntu linux, no error occurs for conda installations of pyarrow.
The file __init.py is identical in both conda and pip installation.
Any hint where this could come from?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: