Traceback (most recent call last):
File "/Users/nhkjdk/Documents/Tutorial.py", line 1, in <module>
from bitcoin import *
ModuleNotFoundError: No module named 'bitcoin'
>>>
У меня Python 3.8.3 - Я установил pip install cryptos из https://github.com/vbuterin/pybitcointools.git
Невозможно импортировать из криптографии ...
Продолжайте получать эту ошибку:
>>> from cryptos import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from cryptos import *
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptos/__init__.py", line 10, in <module>
from .coins import *
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptos/coins/__init__.py", line 1, in <module>
from .bitcoin import *
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptos/coins/bitcoin.py", line 1, in <module>
from ..explorers import blockchain
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptos/explorers/__init__.py", line 1, in <module>
from . import base_insight, bitpay, blockdozer, dash_siampm, sochain
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptos/explorers/base_insight.py", line 2, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
У кого-нибудь есть идеи ??? Спасибо.