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
Installed using python .\setup.py in a new venv using Python 3.11.9.
--- Installation Summary ---
All libraries installed successfully on the first attempt.
Installation was successful! The program is ready to use.
To run it, enter the command: python ct2_main.py
Total installation time: 00:03:19.20
Running the app gives me:
(ctranslate2-faster-whisper-transcriber-3.3.0) PS C:\programs\ctranslate2-faster-whisper-transcriber-3.3.0> python ct2_main.py
Traceback (most recent call last):
File "C:\programs\ctranslate2-faster-whisper-transcriber-3.3.0\ct2_main.py", line 23, in <module>
from PySide6.QtWidgets import QApplication
File "C:\programs\ctranslate2-faster-whisper-transcriber-3.3.0\Lib\site-packages\PySide6\__init__.py", line 141, in <module>
Shiboken.replaceModuleDict(sys.modules["PySide6"], SubModule, ModuleDict(globals()))
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'shiboken6.Shiboken' has no attribute 'replaceModuleDict'
Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered:
Installed using
python .\setup.py
in a new venv using Python 3.11.9.Running the app gives me:
Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered: