We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[LOG][INFO] Whisper未加载! [LOG][INFO] Exception in Tkinter callback [LOG][INFO] Traceback (most recent call last):
[LOG][INFO] [LOG][INFO] File "C:\Python312\Lib\tkinter_init_.py", line 1967, in call return self.func(*args) ^^^^^^^^^^^^^^^^
[LOG][INFO] [LOG][INFO] File "D:\Portable\git\bili2text\window.py", line 130, in load_whisper import speech2text
[LOG][INFO] [LOG][INFO] File "D:\Portable\git\bili2text\speech2text.py", line 1, in import whisper
[LOG][INFO] [LOG][INFO] File "C:\Python312\Lib\site-packages\whisper.py", line 69, in libc = ctypes.CDLL(libc_name) ^^^^^^^^^^^^^^^^^^^^^^
[LOG][INFO] [LOG][INFO] File "C:\Python312\Lib\ctypes_init_.py", line 369, in init if '/' in name or '\' in name: ^^^^^^^^^^^
[LOG][INFO] [LOG][INFO] TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
安装了错的whisper,要用pip install -U openai-whisper安装
Sorry, something went wrong.
安装好后点击加载whisper就会GUI卡死OTZ,使用main打开的话又无法解析URL,好怪,大佬有办法吗
安装了错的whisper,要用pip install -U openai-whisper安装 安装好后点击加载whisper就会GUI卡死OTZ,使用main打开的话又无法解析URL,好怪,大佬有办法吗
我也一样
安装了错的whisper,要用pip install -U openai-whisper安装 安装好后点击加载whisper就会GUI卡死OTZ,使用main打开的话又无法解析URL,好怪,大佬有办法吗 我也一样
加载Whisper卡死是正常的,因为要下载Whisper模型,这个过程第一次会持续几分钟(看网络情况)。后续会优化~
lanbinleo
No branches or pull requests
[LOG][INFO] Whisper未加载!
[LOG][INFO] Exception in Tkinter callback
[LOG][INFO] Traceback (most recent call last):
[LOG][INFO]
[LOG][INFO] File "C:\Python312\Lib\tkinter_init_.py", line 1967, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
[LOG][INFO]
[LOG][INFO] File "D:\Portable\git\bili2text\window.py", line 130, in load_whisper
import speech2text
[LOG][INFO]
[LOG][INFO] File "D:\Portable\git\bili2text\speech2text.py", line 1, in
import whisper
[LOG][INFO]
[LOG][INFO] File "C:\Python312\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
[LOG][INFO]
[LOG][INFO] File "C:\Python312\Lib\ctypes_init_.py", line 369, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
[LOG][INFO]
[LOG][INFO] TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: