Compile error #16110
qux-bbb
started this conversation in
Show and tell
Compile error
#16110
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use uv to create a virtual python enviroment like this:
uv venv vllm --python 3.12 --seed source vllm/bin/activate
When you compile the vLLM, you will occur this error:
You need to change it to:
uv venv vllm --python 3.12.0 --seed source vllm/bin/activate
Beta Was this translation helpful? Give feedback.
All reactions