Skip to content
New issue

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

TypeError when at python main.py step #156

Open
suao1015 opened this issue Nov 5, 2023 · 0 comments
Open

TypeError when at python main.py step #156

suao1015 opened this issue Nov 5, 2023 · 0 comments

Comments

@suao1015
Copy link

suao1015 commented Nov 5, 2023

PS C:\WINDOWS\system32\ecoute\ecoute> python main.py
Traceback (most recent call last):
File "C:\WINDOWS\system32\ecoute\ecoute\main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "C:\WINDOWS\system32\ecoute\ecoute\AudioTranscriber.py", line 1, in
import whisper
File "C:\Program Files\Python312\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\ctypes_init_.py", line 369, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant