Error on the command "whisper --version" #1502
Unanswered
Jordan-CELESTIN
asked this question in
Q&A
Replies: 3 comments 8 replies
-
that command doesn't exist, try transcribe |
Beta Was this translation helpful? Give feedback.
8 replies
-
It's the right one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just did it and it work properly now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed whisper but I got this message after the commande "whisper --version":
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\jorda\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\whisper.exe_main.py", line 4, in
File "C:\Users\jorda\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\ctypes_init.py", line 366, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
I don't know how to resolve it.
Thanks for your suggestions !
Beta Was this translation helpful? Give feedback.
All reactions