-
Notifications
You must be signed in to change notification settings - Fork 498
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
python 3.11 #414
Comments
What issue are you seeing? I just ran all the tests on 3.11.6 and they passed. Also did a |
I did the pip install. but it doesnt work on 3.12, i downgrade to 3.11, it doesnt work too. im now on python 3.10, it installs fine but dont work with python. i would love to show my code but i had delete it and work with the ecdsa, base58, bitcoin library instead. i think it was the part where i wanted to decode base58 to derive the public key of a bitcoin address |
ok found it.. here is a sample of my code. from pycoin.key.BIP32Node import BIP32Node def derive_private_key(address):
Get the BTC address as input from the userbtc_address = input("Enter a Bitcoin address: ") |
Using
|
doesnt work after python 3.7, its a great library. please update it so its usable in python 3.12, 3.11, 3.10
The text was updated successfully, but these errors were encountered: