Post
Topic
Board Electrum
Re: installed electrum on mint using terminal but just wont load from start menu?
by
ABCbits
on 19/06/2025, 08:10:28 UTC
Your post is rather vague. If you can share some detail (such as how exactly you installed Electrum), i and other member may able to give more detailed reply. For starter, i would recommend you to try open Electrum from terminal and see whether it can start successfully or at least show any error message.

i entered:
>python3 -m pip install --user Electrum
to install it

Installing from source code can be tricky. Have you tried download and run Electrum AppImage instead?

ok i tried
>./electrum
and got
"traceback
...some file's line numbers
modulenotfounderror no module named logging handlers...."

Unfortunately part of error message you showed is rather vague. logging.handlers is part of Python built-in/default library.