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
I am running into an issue where my wheel has some dependencies that aren't on system paths. If I do a delvewheel show <the_wheel> my output shows something like this:
The following DLLs will be copied into the wheel.
...
arrow_python.dll (Error: Not Found)
arrow.dll (Error: Not Found)
These arrow libraries are installed in C:\Program Files\arrow\lib
I was hoping to resolve this by running delvewheel show --add-path "C:\Program Files\arrow\lib" <the_wheel> but it doesn't seem to have any effect. FWIW running with -v` as an option doesn't increase any verbosity either
The text was updated successfully, but these errors were encountered:
Thanks a ton for the library - this is awesome!
I am running into an issue where my wheel has some dependencies that aren't on system paths. If I do a
delvewheel show <the_wheel>
my output shows something like this:These arrow libraries are installed in C:\Program Files\arrow\lib
I was hoping to resolve this by running
delvewheel show --add-path "C:\Program Files\arrow\lib" <the_wheel> but it doesn't seem to have any effect. FWIW running with
-v` as an option doesn't increase any verbosity eitherThe text was updated successfully, but these errors were encountered: