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

Error #5

Open
eugenlukas opened this issue Jun 4, 2023 · 1 comment
Open

Error #5

eugenlukas opened this issue Jun 4, 2023 · 1 comment

Comments

@eugenlukas
Copy link

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
Copy link
Owner

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..

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

2 participants