CheshireCC / faster-whisper-GUI

faster_whisper GUI with PySide6
GNU Affero General Public License v3.0
1.56k stars 96 forks source link

TypeError: QProgressBar(parent: Optional[QWidget] = None): argument 1 has unexpected type 'MySplashScreen' #127

Closed learn1st closed 4 months ago

learn1st commented 6 months ago

请教下: 在python ven 环境中运行.\FasterWhisperGUI.py 提示Traceback (most recent call last): File "E:\github\fastwhisper\faster-whisper-GUI\FasterWhisperGUI.py", line 55, in pb = ProgressBar(splash) File "E:\github\fastwhisper\faster-whisper-GUI\fastwhispergui\lib\site-packages\qfluentwidgets\components\widgets\progress_bar.py", line 16, in init super().init(parent) TypeError: QProgressBar(parent: Optional[QWidget] = None): argument 1 has unexpected type 'MySplashScreen' 不知是什么引起的?

CheshireCC commented 5 months ago
pip install PySide6-Fluent-Widgets==1.5.5
pip install PySide6==6.6.1

试一下 或者环境换成 conda 环境试一下

learn1st commented 5 months ago

会不会是因为没有独显的原因,没有torch,我试了分享的exe,也是没有反应

CheshireCC commented 5 months ago

看看日志文件

CheshireCC commented 5 months ago

独显不影响启动