vllm-project / vllm

A high-throughput and memory-efficient inference and serving engine for LLMs
https://docs.vllm.ai
Apache License 2.0
31.07k stars 4.72k forks source link

[Installation]: Getting "ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE..." error #9205

Open alpemreacar opened 1 month ago

alpemreacar commented 1 month ago

Your current environment

The output of `python collect_env.py`

How you are installing vllm

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

However, II get the same error. Does anyone face this issue? Could you help me?

Before submitting a new issue...

AlanMW commented 5 days ago

I get the same issue, did you happen to find the solution?

alpemreacar commented 4 days ago

re-trying solved my problem. I do not know the answer though.