Replies: 1 comment
-
u installed the wrong package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am a beginner using Whisper.When I tried to use Whisper in PyCharm, an error occurred as follows:Traceback (most recent call last):
File "G:\Bs\test.py", line 1, in
import whisper
File "G:\Bs\venv\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "G:\Anaconda\Lib\ctypes_init_.py", line 366, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
My environment configuration is:py3.11,torch2.0.0,whisper1.10,I tried reinstalling in a new virtual environment but failed. How can I solve this problem
Beta Was this translation helpful? Give feedback.
All reactions