I used both pip install vllm and pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
I always get
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them. unknown package:
I checked some solutions online. I separately tried
Adding --no-cache-dir flag during pip install
Upgrading pip
Removing ~/.cache/pip directory
Running pip cache purge
However, II get the same error. Does anyone face this issue? Could you help me?
Before submitting a new issue...
[X] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Your current environment
How you are installing vllm
I used both
pip install vllm
andpip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
I always get
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them. unknown package:
I checked some solutions online. I separately tried
--no-cache-dir
flag during pip installpip
~/.cache/pip
directorypip cache purge
However, II get the same error. Does anyone face this issue? Could you help me?
Before submitting a new issue...