when running appear errors as follow:
**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 <module>
from omniparse import load_omnimodel
File "C:\Users\ADMIN\omniparse\omniparse\__init__.py", line 24, in <module>
import whisper
File "C:\Users\ADMIN\miniconda3\envs\omniparse-venv\lib\site-packages\whisper.py", line 69, in <module>
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.
0 条评论