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

RuntimeError: the sip module implements API v12.0 to v12.8 but the PyQt5.QtMultimedia module requires API v12.9 #7731

Open
TARS-bot opened this issue Mar 23, 2022 · 2 comments

Comments

@TARS-bot
Copy link

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

Traceback (most recent call last):
  File "electrum\gui\qt\main_window.py", line 3174, in settings_dialog
  File "electrum\gui\qt\settings_dialog.py", line 224, in __init__
  File "electrum\gui\qt\qrreader\__init__.py", line 59, in find_system_cameras
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "electrum\gui\qt\qrreader\qtmultimedia\__init__.py", line 28, in <module>
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "electrum\gui\qt\qrreader\qtmultimedia\camera_dialog.py", line 32, in <module>
RuntimeError: the sip module implements API v12.0 to v12.8 but the PyQt5.QtMultimedia module requires API v12.9

RuntimeError: the sip module implements API v12.0 to v12.8 but the PyQt5.QtMultimedia module requires API v12.9

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.1.5 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] Windows-10-10.0.19041-SP0 2fa ru_RU

Additional Information

The reporting user(s) did not provide additional information.

@SomberNight
Copy link
Member

Looks weird. It seems the user is running a 4.1.5 binary... The binaries bundle both sip and PyQt5.QtMultimedia, and (at least when I test, but also for the majority of users I guess) the bundled versions are compatible with each other... So how could this user have incompatible versions?

@SomberNight
Copy link
Member

Ah, maybe this is related to #6748
If the user is using the setup exe, and installed (upgraded) Electrum while it was already running, all kinds of madness might ensue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants