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

Failures with aiorpcX version 0.24.0 not supported #337

Open
GIJack opened this issue Jan 20, 2025 · 1 comment
Open

Failures with aiorpcX version 0.24.0 not supported #337

GIJack opened this issue Jan 20, 2025 · 1 comment

Comments

@GIJack
Copy link

GIJack commented Jan 20, 2025

Electrum-LTC now refusing to run on Arch or rolling distros with newer aiorpcX versions

$ electrum-ltc 
Traceback (most recent call last):
  File "/usr/bin/electrum-ltc", line 82, in <module>
    check_imports()
    ~~~~~~~~~~~~~^^
  File "/usr/bin/electrum-ltc", line 71, in check_imports
    raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.23')
RuntimeError: aiorpcX version (0, 24, 0) does not match required: 0.22.0<=ver<0.23
@mercurytoxic
Copy link

I wouldn't use this with any funds you might lose.

$sudo nano /usr/bin/electrum-ltc

    if not ((0, 22, 0) <= aiorpcx._version < (0, 23)):
          raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.23')
#   if not ((0, 22, 0) <= aiorpcx._version < (0, 23)):
#         raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.23')

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

2 participants