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

Import error #1

Open
darker0n opened this issue Dec 6, 2017 · 4 comments
Open

Import error #1

darker0n opened this issue Dec 6, 2017 · 4 comments

Comments

@darker0n
Copy link

darker0n commented Dec 6, 2017

import libbitcoin.bc
ModuleNotFoundError: No module named 'libbitcoin.bc'

@veox
Copy link
Member

veox commented Dec 6, 2017

The README says to use import libbitcoin.

@marriva
Copy link

marriva commented Dec 22, 2017

>>> import libbitcoin
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/usr/lib/python3.4/site-packages/libbitcoin/__init__.py", line 1, in <module>
    import libbitcoin.bc
ImportError: No module named 'libbitcoin.bc'

@kamilk91
Copy link

The same, tested on pip3 and pip, with python3.4 and python 2.7

@evoskuil
Copy link
Member

evoskuil commented Jun 1, 2018

Note that this is not a supported library.

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

5 participants