faster-whisper-GUI icon indicating copy to clipboard operation
faster-whisper-GUI copied to clipboard

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

Open learn1st opened this issue 1 year ago • 4 comments

请教下: 在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' 不知是什么引起的?

learn1st avatar Apr 29 '24 12:04 learn1st

pip install PySide6-Fluent-Widgets==1.5.5
pip install PySide6==6.6.1

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

CheshireCC avatar Apr 30 '24 14:04 CheshireCC

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

learn1st avatar May 02 '24 08:05 learn1st

看看日志文件

CheshireCC avatar May 05 '24 11:05 CheshireCC

独显不影响启动

CheshireCC avatar May 05 '24 11:05 CheshireCC