You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electrum-ltc-4.2.2.1$ ./electrum-env
Warning: package scrypt not available; synchronization could be very slow
E | daemon.Daemon | GUI raised exception: ModuleNotFoundError("No module named 'distutils'"). shutting down.
E | __main__ | daemon.run_gui errored
Traceback (most recent call last):
File "/home/user/electrum-ltc-4.2.2.1/./run_electrum", line 426, in handle_cmd
d.run_gui(config, plugins)
File "/home/user/electrum-ltc-4.2.2.1/electrum_ltc/daemon.py", line 625, in run_gui
gui = __import__('electrum_ltc.gui.' + gui_name, fromlist=['electrum_ltc'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/electrum-ltc-4.2.2.1/electrum_ltc/gui/qt/__init__.py", line 65, in <module>
from .main_window import ElectrumWindow
File "/home/user/electrum-ltc-4.2.2.1/electrum_ltc/gui/qt/main_window.py", line 101, in <module>
from .update_checker import UpdateCheck, UpdateCheckThread
File "/home/user/electrum-ltc-4.2.2.1/electrum_ltc/gui/qt/update_checker.py", line 7, in <module>
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: