1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
610 stars 204 forks source link

unable to install on M2 apple airbook #337

Open ecdsa-student opened 1 year ago

ecdsa-student commented 1 year ago

Hi all, I'm having trouble installing bitcoinlib. I'm able to use pip to install it, but when i try to import it, it can't find libgmp.10.dylib

but despite running sudo apt install build-essential python3-dev libgmp3-dev ... it returns: The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.

I've tried installing the M1/M2 version of java, but it doesn't seem to find it. Any idea what I'm doing wrong? Many thanks

rey-bitbee commented 7 months ago

brew install gmp did it on my M1 mac.