-
Notifications
You must be signed in to change notification settings - Fork 18
libparasail.so in LD_LIBRARY_PATH not found during installation #26
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
Comments
The wheel that is built by setup.py bundles the library inside the wheel next to the |
Background: I came to this from getting I don't have any strong feeling about supporting Feel free to label 'wontfix' and close. |
Just pushed a new release to address this issue. Please try it out and let me know how it works for you. Set the env var Set PARASAIL_VERBOSE=1 env var to see the progress of the library searching. |
I've installed the parasail library separately such that I have
libparasail.so
on theLD_LIBRARY_PATH
:However, whenever I attempt to install the
parasail
Python package, it does not find it. Instead it attempts to download it;Is this expected/not supported?
This is on:
(Yes, it's old, but I don't this that's related to the problem)
The text was updated successfully, but these errors were encountered: