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

"services" not found #62

Open
GildedHonour opened this issue Oct 14, 2017 · 2 comments
Open

"services" not found #62

GildedHonour opened this issue Oct 14, 2017 · 2 comments

Comments

@GildedHonour
Copy link

>>> from pybitcoin import BitcoinPrivateKey
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/alex/.local/lib/python3.6/site-packages/pybitcoin/__init__.py", line 10, in <module>
    import services
ModuleNotFoundError: No module named 'services'
>>> from pybitcoin import BitcoinPrivateKey
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/alex/.local/lib/python3.6/site-packages/pybitcoin/__init__.py", line 10, in <module>
    import services
ModuleNotFoundError: No module named 'services'

@GildedHonour
Copy link
Author

$ pip3.6 install --user services
Collecting services
  Could not find a version that satisfies the requirement services (from versions: )
No matching distribution found for services

@ghost
Copy link

ghost commented Nov 23, 2017

This doesn't work with Python 3: #56

Try with Python 2. "services" is a local import, pip installing it won't do you any good.

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

1 participant