NVIDIA / GenerativeAIExamples

Generative AI reference workflows optimized for accelerated infrastructure and microservice architecture.
Apache License 2.0
2.19k stars 435 forks source link

k8s deploy gives an error in llm-playground #102

Closed limes22 closed 3 weeks ago

limes22 commented 5 months ago

The error occurs even though the module is installed.

Traceback (most recent call last): │ │ File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main │ │ return _run_code(code, main_globals, None, │ │ File "/usr/lib/python3.8/runpy.py", line 87, in _run_code │ │ exec(code, run_globals) │ │ File "/app/frontend/main.py", line 25, in │ │ import uvicorn │ │ ModuleNotFoundError: No module named 'uvicorn' │ │ Stream closed EOF for rag-llm-pipeline/llm-playground-7f7775fb6c-fvnxr (llm-playground)

Please check and get back to us.

shubhadeepd commented 5 months ago

Hi @limes22 thanks for reporting this! Could you help provide the steps you tried which led to the error above?