Error
eugenlukas opened this issue · 1 comments
eugenlukas commented
When I try to use it, it gives me this error
Traceback (most recent call last):
File "E:\PyCharm\LiveWhisper\livewhisper.py", line 2, in
import whisper, os
File "E:\Anaconda\envs\LiveWhisper\lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
File "E:\Anaconda\envs\LiveWhisper\lib\ctypes_init_.py", line 364, in init
if '/' in name or '\' in name:
TypeError: argument of type 'NoneType' is not iterable
Nikorasu commented
Odd, I'm really not sure why Whisper's files are giving you an error upon import.
Tho I'm not sure if/how Anaconda might impact things..