You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: