Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not run with Python 3.12 #336

Open
alextrezvy opened this issue Dec 12, 2024 · 0 comments
Open

Does not run with Python 3.12 #336

alextrezvy opened this issue Dec 12, 2024 · 0 comments

Comments

@alextrezvy
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant