I am installing Electrum, the bitcoin wallet, with the following tutorial:
https://linuxconfig.org/how-to-insta...allet-on-linux

I am getting the following error message when starting the client

Code:
Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 95, in <module>
    from electrum.util import set_verbosity, InvalidPassword, check_www_dir
ImportError: cannot import name 'set_verbosity' from 'electrum.util' (/home/kali/.local/lib/python3.9/site-packages/electrum/util.py)
One thing also i have noticed with my curtrent kali build there is this::

Code:
└─$ sudo apt update && sudo apt full-upgrade
Hit:1 http://kali.download/kali kali-rolling InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  linux-headers-amd64 linux-image-amd64 linux-kbuild-5.9
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.