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.
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
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