Open chaoskklt opened 2 months ago
You may check your python version because I see this error. "CMake Error at cmake/utils.cmake:15 (message): Python version (3.12) is not one of the supported versions: 3.8;3.9;3.10;3.11. Call Stack (most recent call first): CMakeLists.txt:43 (find_python_from_executable)"
Thank you for your reply, so do I need to lower the python version to adapt to vllm? Can you provide a quick installation command?
Your current environment
How you are installing vllm
Building wheels for collected packages: vllm, xformers, vllm-nccl-cu12 Building wheel for vllm (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for vllm (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [339 lines of output] /mnt/sd3/pip-build-env-vtc555m0/overlay/lib/python3.12/site-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options !!
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for vllm Building wheel for xformers (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [52 lines of output] Looks like we are using CUDA 12.1 which segfaults when provided with the -generate-line-info flag. Disabling it. Looks like we are using CUDA 12.1 which segfaults when provided with the -generate-line-info flag. Disabling it. fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). /mnt/sd3/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !!
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for xformers Running setup.py clean for xformers Building wheel for vllm-nccl-cu12 (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [50 lines of output] nccl package already exists at /root/.config/vllm/nccl/cu12/libnccl.so.2.18.1 md5 hash of downloaded file matches expected hash /mnt/sd3/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !!
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for vllm-nccl-cu12 Running setup.py clean for vllm-nccl-cu12 Failed to build vllm xformers vllm-nccl-cu12 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (vllm, xformers, vllm-nccl-cu12)