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
I follow the instructions to install the modified MuxServe-vLLM from source, it failed when i "pip install -e .".
(muxserve) root@x299aii:~/MuxServe-vLLM# pip install -e .
Obtaining file:///root/MuxServe-vLLM
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
╰─> [19 lines of output]
Traceback (most recent call last):
File "/root/miniconda3/envs/muxserve/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/root/miniconda3/envs/muxserve/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/root/miniconda3/envs/muxserve/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 132, in get_requires_for_build_editable
return hook(config_settings)
File "/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 458, in get_requires_for_build_editable
return self.get_requires_for_build_wheel(config_settings)
File "/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 327, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
File "/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 297, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 313, in run_setup
exec(code, locals())
File "<string>", line 11, in <module>
File "/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 25, in <module>
from pkg_resources import packaging # type: ignore[attr-defined]
ImportError: cannot import name 'packaging' from 'pkg_resources' (/tmp/pip-build-env-dw39k1oa/overlay/lib/python3.9/site-packages/pkg_resources/__init__.py)
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I need some help!!!
Error
I follow the instructions to install the modified MuxServe-vLLM from source, it failed when i "pip install -e .".
Try but failed
And i search the Internet and try the suggestion in AUTOMATIC1111/stable-diffusion-webui#15863 and aws-neuron/aws-neuron-sdk#893. They suggest to "pip install setuptools==69.5.1". But it still failed for me.
System information
I wonder whether someone know how to fix it, i would appreciate it very much!!!
The text was updated successfully, but these errors were encountered: