You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Bug**:Interesting finding: The official pip package v0.6.3 is broken. However, installing https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl fixes this issue. (vLLM API server version 0.6.3.post2.dev139+g622b7ab9)
#9828
Closed
Wiselnn570 opened this issue
Oct 30, 2024
· 3 comments
> Interesting finding: The official pip package v0.6.3 is broken. However, installing `https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl` fixes this issue. (`vLLM API server version 0.6.3.post2.dev139+g622b7ab9`)
@SinanAkkoyun What does python 3.10.15 should install, seemly I meet the same issue, thanks a lot!!
Hi, in what environment are you running?
I created a new env: conda create python=3.11 -n vllm
Then I simply ran pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
If you run into issues you could also try to first run pip install vllm and then the dev installation
Hi, in what environment are you running? I created a new env: conda create python=3.11 -n vllm Then I simply ran pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl If you run into issues you could also try to first run pip install vllm and then the dev installation
@SinanAkkoyun What does python 3.10.15 should install, seemly I meet the same issue, thanks a lot!!
Originally posted by @Wiselnn570 in #9732 (comment)
The text was updated successfully, but these errors were encountered: