Open WuhanMonkey opened 8 months ago
Seems like if you use apt-get install uvicorn
then no issues, but pip install uvicorn
(which can be installed as part of the requirements.txt) will cause this issue. Likely a version mismatch.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days."
hi @WuhanMonkey do u still have further issue or question now? If not, we'll close it soon.
System Info
x86_64 Ubuntu20.04 A100x8 TRT-LLM version v0.9.0
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
python3 -c "import tensorrt_llm"
and output the correct version.python3 -m examples.server.server <path_to_tllm_engine_dir> <tokenizer_type> &
uvicorn
module not foundpip install uvicorn
Expected behavior
Expect no import issue
actual behavior
missing module named
additional notes
Even after I uninstall the uvicorn, the issue still persist