-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
MacOS:
python -m openaoe.main -f openaoe/backend/config/config-template.yaml
Traceback (most recent call last):
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/main.py", line 10, in <module>
from openaoe.backend.api.route_google import router as google
File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/backend/api/route_google.py", line 4, in <module>
from openaoe.backend.service.service_google import palm_chat_svc, Gemma
File "/Users/zhangsongyang/Projects/OpenAOE/openaoe/backend/service/service_google.py", line 4, in <module>
from jsonstreamer import ObjectStreamer
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/site-packages/jsonstreamer/__init__.py", line 9, in <module>
from jsonstreamer.jsonstreamer import JSONStreamer, ObjectStreamer
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/site-packages/jsonstreamer/jsonstreamer.py", line 14, in <module>
from .yajl.parse import YajlParser, YajlListener, YajlError
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/site-packages/jsonstreamer/yajl/parse.py", line 31, in <module>
yajl = load_lib()
File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/site-packages/jsonstreamer/yajl/parse.py", line 28, in load_lib
raise OSError('Yajl cannot be found.')
OSError: Yajl cannot be found.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels