Package: electrum
Followup-For: Bug #1000688
X-Debbugs-Cc: ri...@ulrichard.ch
Since the upgrade of python3-aiohttp:amd64 (3.7.4-2+b1, 3.8.1-4) electrum works
again. Thanks for fixing.
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (500, 'testing'), (100,
Package: electrum
Version: 4.0.9-1
Followup-For: Bug #1000688
X-Debbugs-Cc: ri...@ulrichard.ch
Since yesterday, I have the same problem with bookworm
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (500, 'testing'), (100, 'unstable')
Architecture: amd64 (x
I'm afraid that's a problem in python3-aiohttp, as it dies on a simple import
and other programs such as gdbgui fail with the same error.
You can remove the offending class initialization as a temporary workaround:
-#class CeilTimeout(async_timeout.timeout):
+class CeilTimeout():
in /usr/lib/pyt
I'm afraid that's a problem in python3-aiohttp, as it dies on a simple
import and other programs such as gdbgui fail with the same error.
You can remove the offending class initialization as a temporary workaround:
-#class CeilTimeout(async_timeout.timeout):
+class CeilTimeout():
in /usr/lib/pyth
4 matches
Mail list logo