Working on a transcriber, can anyone help with this issue? Using a conda env #2355
Unanswered
SeanieGonzo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File "C:\Users\seanie.g88\Transcriptto5\transcriptto5\transcriptto5\transcriptto\main.py", line 4, in
from processor import process_file
File "C:\Users\seanie.g88\Transcriptto5\transcriptto5\transcriptto5\transcriptto\processor.py", line 4, in
from audio_to_text import transcribe_audio
File "C:\Users\seanie.g88\Transcriptto5\transcriptto5\transcriptto5\transcriptto\audio_to_text.py", line 1, in
import whisper
File "C:\Anaconda\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Anaconda\Lib\ctypes_init_.py", line 369, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
Beta Was this translation helpful? Give feedback.
All reactions