-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
ctypes.util.find_library raises FileNotFoundError for libsecp256k1 #93094
Comments
When I do a Line 139 in 8241a69
I get
here with replaced
My interpretation of this is, that the Line 139 in 8241a69
ld message.
|
I face the same issue, when the output is polluted with message from ld, in my case: Environment: Steps to reproduce:
outputting
in python3
If the gcc produces only the list of files, then prepending |
Bug report
The following script
gives the output:
find_library
should not fail, but returnNone
if nothing was found. In Ubuntu 20.04 this script runs without any exception.Your environment
libsecp256k1
packages arecontains the files
And contains the files
And in
/usr/lib/x86_64-linux-gnu/
are the following relevant files containingsecp256k1:
This bug was noticed in cryptoadvance/specter-desktop#1710
The text was updated successfully, but these errors were encountered: