rustyrussell / secp256k1-py

Python FFI bindings for libsecp256k1 (maintained)
MIT License
56 stars 12 forks source link

symbol not found in flat namespace '_secp256k1_ecdsa_recover' #14

Open Jackwumingjie opened 11 months ago

Jackwumingjie commented 11 months ago

I cant't import the secp256k1 and the error as the picture

image

My computer: Mac M1 13.5 (22G74) python3.8 I have installed the software with brew: automake pkg-config libtool libffi And use the cmd to install:INCLUDE_DIR=/usr/local/include LIB_DIR=/usr/lib pip install secp256k1