AntonKueltz / fastecdsa

Python library for fast elliptic curve crypto
https://pypi.python.org/pypi/fastecdsa
The Unlicense
263 stars 76 forks source link

symbol not found in flat namespace '___gmpz_add' #89

Closed StasFQ closed 2 months ago

StasFQ commented 1 year ago

I'm trying to use bitcoinlib.But I have this error with fastecdsa site-packages/fastecdsa/_ecdsa.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '___gmpz_add'

AntonKueltz commented 8 months ago

You could give brew install gmp a try, looks like an issue with a missing library referenced from the C extension.