You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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'
The text was updated successfully, but these errors were encountered:
$ 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
The text was updated successfully, but these errors were encountered: