stacks-network / pybitcoin

A Bitcoin python library for private + public keys, addresses, transactions, & RPC
MIT License
277 stars 117 forks source link

How to install? #72

Open iambenmitchell opened 6 years ago

iambenmitchell commented 6 years ago

hello, I am trying to install this, so I can from pybitcoin import BitcoinPrivateKey

I am on Mac. Can someone tell me how to install it? thanks

Colbyter commented 6 years ago

Have you tried: pip install pybitcoin? Since pybitcoin is registered on Pypi (https://pypi.python.org/pypi/pybitcoin/0.9.9), that should work.

alex199568 commented 6 years ago

ModuleNotFoundError: No module named 'services'

fazlearefin commented 6 years ago

@alex199568 You are using python3. Make sure you are using python2. I got the same error with python3.