adithya-s-k / adithya-s-k/omniparse
when running appear errors as follow:
- Lenguaje dominante
- Python
- Estrellas
- 7.9k
- Forks
- 676
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**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.
Guía de contribución
Línea de trabajo
Start by reproducing the Windows 11 Conda command in server.py and trace the import from omniparse/__init__.py line 24 into the installed whisper.py shown in the traceback. Check whether the failure is specific to this environment or dependency, and document or fix the issue so the server starts without this traceback.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- backend
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100