Skip to content

Error running program #7

Description

@DanielKrawisz

I was able to resolve my previous error by upgrading to hidapi 0.11.2. However, I got a new error when I tried to run the program:

python electrum-sv
Traceback (most recent call last):
File "/home/d/code/TruthMachine/ElectrumSVP/electrum-sv", line 26, in
from electrumsv.main_entrypoint import main
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/main_entrypoint.py", line 8, in
platform.missing_import(e)
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/platform.py", line 69, in missing_import
raise exception from None
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/main_entrypoint.py", line 6, in
from electrumsv.main import main
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/main.py", line 37, in
from electrumsv import daemon, web
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/daemon.py", line 33, in
from .restapi import AiohttpServer
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/restapi.py", line 9, in
from .app_state import app_state
File "/home/d/code/TruthMachine/ElectrumSVP/electrumsv/app_state.py", line 32, in
from bitcoinx.errors import MissingHeader
ModuleNotFoundError: No module named 'bitcoinx.errors'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions