-
Notifications
You must be signed in to change notification settings - Fork 533
Description
Describe the bug
when running show errors as follow:
(omniparse-venv) C:\Users\ADMIN\omniparse>python server.py --host 0.0.0.0 --port 8000 --documents --media --web
Traceback (most recent call last):
File "C:\Users\ADMIN\omniparse\server.py", line 6, in
from omniparse import load_omnimodel
File "C:\Users\ADMIN\omniparse\omniparse_init_.py", line 24, in
import whisper
File "C:\Users\ADMIN\miniconda3\envs\omniparse-venv\lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
File "C:\Users\ADMIN\miniconda3\envs\omniparse-venv\lib\ctypes_init_.py", line 364, in init
if '/' in name or '\' in name:
TypeError: argument of type 'NoneType' is not iterable
Desktop (please complete the following information):
- OS: Win11(conda env)
- Browser chrome
- Version 133.0.6943.142
Additional context
Add any other context about the problem here.