Closed njhouse365 closed 1 day ago
Same here, reverting to release 82091b864af105dbe373353655dc9d8c0a6ba66f fixed the issue.
Should be addressed by https://github.com/vllm-project/vllm/pull/3269 which has landed on main
thanks eveyone
@njhouse365 can you solve this problem? i have a similar problem: error: subprocess-exited-with-error
× Building editable for vllm (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [605 lines of output] /tmp/pip-build-env-tfo2bdmm/overlay/local/lib/python3.10/dist-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
my graphics card is nvidia T4
i install vllm in nvidia A10, it's work
@jinggaizi can you try pip install -vvv -e .
to give more error information?
I have same error here, how do you solve it?
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!
Obtaining file:///home/house365ai/xxm/vllm2 Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... error error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> [22 lines of output] /tmp/pip-build-env-wmgabzo_/overlay/lib/python3.10/site-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), /home/house365ai/anaconda3/envs/vllm2/bin/python: No module named pip Traceback (most recent call last): File "/home/house365ai/anaconda3/envs/vllm2/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
main()
File "/home/house365ai/anaconda3/envs/vllm2/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/house365ai/anaconda3/envs/vllm2/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 132, in get_requires_for_build_editable
return hook(configsettings)
File "/tmp/pip-build-env-wmgabzo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 448, in get_requires_for_build_editable
return self.get_requires_for_build_wheel(configsettings)
File "/tmp/pip-build-env-wmgabzo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(configsettings, requirements=['wheel'])
File "/tmp/pip-build-env-wmgabzo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.runsetup()
File "/tmp/pip-build-env-wmgabzo/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 335, in
File "/home/house365ai/anaconda3/envs/vllm2/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/house365ai/anaconda3/envs/vllm2/bin/python', '-m', 'pip', 'install', '-q', '--target=/home/house365ai/xxm/vllm2/vllm/thirdparty_files', 'einops', 'flash-attn==2.5.6', '--no-dependencies']' returned non-zero exit status 1.
[end of output]