Compile error #16110
qux-bbb
announced 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
Uh oh!
There was an error while loading. Please reload this page.
-
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