Skip to content

Debian 11 ModuleNotFoundError: No module named 'jmbase' #1803

@snoopy870

Description

@snoopy870

After successfully compiling JM on Debian 11 (Bullseye), it's throwing the following error when attempting to run python joinmarket-qt.py:

Traceback (most recent call last):
  File "/home/user/joinmarket-clientserver/scripts/joinmarket-qt.py", line 56, in <module>
    from jmbase import get_log, stop_reactor, set_custom_stop_reactor
  File "/home/user/joinmarket-clientserver/jmvenv/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'jmbase'

Steps to reproduce:

  1. Follow the alternative to the "quickstart": https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/INSTALL.md
  2. Install any missing dependencies with pip in virtual environment (jmvenv), e.g. PySide2, qt5reactor.
  3. Run python joinmarket-qt.py.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions