-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After pip installing it, I can't import neither bitcoin, nor pybitcointools #153
Comments
Try to install using:
|
Worked for me with this:-
|
pip install bitcoin Worked for me as well |
It is end of life for pybitcointools as author has stated in last commit. However, if you manually clone code from this commit: https://github.com/vbuterin/pybitcointools/tree/aeb0a2bbb8bbfe421432d776c649650eaeb882a5 You will be able to install version that was working before. |
pip install bitcoin , worked for me ..!!! |
After I started getting the errors mentioned, I found I had to re-install Pybitcointools using
|
I resolved my issues forking the project (into https://github.com/robermann/pybitcointools) and changing its module name: from 'bitcoin' to 'pybitcointools'. If you want to give it a try: My pip freeze: |
i tried installing using methods here and the install succeeded, however when i try to run a simple example:
i get:
|
I've run with success this whole script: https://github.com/robermann/bitcoinbook/blob/82b91869e73e13745da62fc1b79cb164104113b9/code/key-to-address-ecc-example.py The init I have is: What OS do you have? |
simply
|
Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
The text was updated successfully, but these errors were encountered: