No module named 'cert_issuer'

Dear Kim,

Thanks for your help and the earlier issue is not appearing now.

However I am getting below error

D:\Work\BlockChain\blockchain-certificates\cert-issuer>python cert_issuer -c con
f_regtest.ini
WARNING - Your app is configured to skip the wifi check when the USB is plugged
in. Read the documentation to ensure this is what you want, since this is less s
ecure
INFO - This run will try to issue on the bitcoin_regtest chain
Traceback (most recent call last):
File “D:\Python27\Lib\runpy.py”, line 174, in run_module_as_main
"main", fname, loader, pkg_name)
File “D:\Python27\Lib\runpy.py”, line 72, in run_code
exec code in run_globals
File "D:\Work\BlockChain\blockchain-certificates\cert-issuer\cert_issuer_mai
n
.py", line 21, in
cert_issuer_main()
File "D:\Work\BlockChain\blockchain-certificates\cert-issuer\cert_issuer_mai
n
.py", line 16, in cert_issuer_main
from cert_issuer import issue_certificates
File “D:\Work\BlockChain\blockchain-certificates\cert-issuer\cert_issuer\issue
_certificates.py”, line 6, in
from cert_issuer import signer as signer_helper
File “D:\Work\BlockChain\blockchain-certificates\cert-issuer\cert_issuer\signe
r.py”, line 19, in
from ethereum import transactions
ImportError: No module named ethereum

I am trying to run it for bitcoin regtest do I still need to install ethereum client or any dependency?

Thanks and Regards,
Danish

1 Like