Skip to content
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

b58 package missing #66

Closed
haromz opened this issue Feb 3, 2022 · 2 comments
Closed

b58 package missing #66

haromz opened this issue Feb 3, 2022 · 2 comments

Comments

@haromz
Copy link

haromz commented Feb 3, 2022

Hello, I installed the package via pip but when I want to use the b58 module like
from btclib import b58
I got the following error:
ImportError: cannot import name 'b58' from 'btclib' (/usr/local/lib/python3.9/site-packages/btclib/__init__.py)

Checking the packages shows that indeed it is not present
CleanShot 2022-02-04 at 00 07 10@2x

Any ideas what is wrong or how can I get that module installed?

@giacomocaironi
Copy link
Member

You are using an outdated version, this is the reason why the b58 file is not present.
We are currently working on a new release, but in the meantime you can install the master branch with this: pip install git+https://github.com/btclib-org/btclib/

@haromz
Copy link
Author

haromz commented Feb 4, 2022

Strange, because I checked before and I have the latest release as displayed here v2020.12.19
CleanShot 2022-02-05 at 00 54 49@2x
Anyhow, will install directly from the repo with the command provided. Thank you!

@haromz haromz closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants