Hi, I am trying to issue certificates fllowing the steps in https://github.com/blockchain-certificates/cert-issuer/blob/master/README.md
when it comes to the last command: cert-issuer -c /etc/cert-issuer/conf.ini I get the following error. I already tried running in an environment but it is not working
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 secure
INFO - This run will try to issue on the bitcoin_regtest chain
Traceback (most recent call last):
File â/usr/bin/cert-issuerâ, line 11, in
load_entry_point(âcert-issuer==2.0.17â, âconsole_scriptsâ, âcert-issuerâ)()
File â/usr/lib/python3.6/site-packages/cert_issuer/main.pyâ, line 17, in cert_issuer_main
issue_certificates.main(parsed_config)
File â/usr/lib/python3.6/site-packages/cert_issuer/issue_certificates.pyâ, line 34, in main
from cert_issuer.blockchain_handlers import bitcoin
File â/usr/lib/python3.6/site-packages/cert_issuer/blockchain_handlers/bitcoin/init.pyâ, line 7, in
from cert_issuer.blockchain_handlers.bitcoin.connectors import BitcoinServiceProviderConnector, MockServiceProviderConnector
File â/usr/lib/python3.6/site-packages/cert_issuer/blockchain_handlers/bitcoin/connectors.pyâ, line 13, in
from pycoin.serialize import b2h, b2h_rev, h2b
ImportError: cannot import name âb2hâ
bash-4.3#