vllm serve fails with ModuleNotFoundError: No module named 'vllm.entrypoints'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 603
- PR merge metrics
- No merged PRs in 30d
Description
I am following installation guide on Windows 11 x64.
$ vllm serve "microsoft/Fara-7B" --port 5000 --dtype auto
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Savel\AppData\Local\Programs\Python\Python313\Scripts\vllm.exe_main.py", line 2, in
from vllm.entrypoints.cli.main import main
ModuleNotFoundError: No module named 'vllm.entrypoints'
(.venv)
Also the directorie named "venv/bin" i'm not found, maybe i did smth wrong...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the installation guide and the reported Windows 11 command, then inspect how the documented virtual-environment path relates to the vllm executable and the missing vllm.entrypoints module. Done means the Windows installation steps and vllm serve invocation are either corrected or the compatibility limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100