Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Not Found even with add-path #22

Closed
WillAyd opened this issue Jan 15, 2022 · 2 comments
Closed

Library Not Found even with add-path #22

WillAyd opened this issue Jan 15, 2022 · 2 comments

Comments

@WillAyd
Copy link

WillAyd commented Jan 15, 2022

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:

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
image

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

@adang1345
Copy link
Owner

I see the .lib files in C:\Program Files\arrow\lib. You'll need to enter the directory of the .dll files.

@WillAyd
Copy link
Author

WillAyd commented Jan 16, 2022

Ah makes total sense - chalk this up to user error. Thanks again for the great tool!

@WillAyd WillAyd closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants