本地部署安装sglang失败 #332
PeterisGod
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
提示错误如下,请问如何解决。感谢您的指教。
(venv) (TraeAI-9) D:\04_dev\01_local_work\02_open_autoGLM\Open-AutoGLM [0:1] $ pip install sglang==0.5.5 --ignore-installed
Collecting sglang==0.5.5
Downloading sglang-0.5.5-py3-none-any.whl.metadata (25 kB)
Collecting IPython (from sglang==0.5.5)
Using cached ipython-8.38.0-py3-none-any.whl.metadata (5.1 kB)
Collecting aiohttp (from sglang==0.5.5)
Downloading aiohttp-3.13.3-cp310-cp310-win_amd64.whl.metadata (8.4 kB)
Collecting anthropic>=0.20.0 (from sglang==0.5.5)
Downloading anthropic-0.76.0-py3-none-any.whl.metadata (28 kB)
Collecting blobfile==3.0.0 (from sglang==0.5.5)
Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB)
Collecting build (from sglang==0.5.5)
Downloading build-1.4.0-py3-none-any.whl.metadata (5.8 kB)
Collecting compressed-tensors (from sglang==0.5.5)
Downloading compressed_tensors-0.13.0-py3-none-any.whl.metadata (7.0 kB)
Collecting cuda-python (from sglang==0.5.5)
Downloading cuda_python-13.1.1-py3-none-any.whl.metadata (6.2 kB)
INFO: pip is looking at multiple versions of sglang to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 9.0.0 Requires-Python >=3.11; 9.0.0b1 Requires-Python >=3.11; 9.0.0b2 Requires-Python >=3.11; 9.0.1 Requires-Python >=3.11; 9.0.2 Requires-Python >=3.11; 9.1.0 Requires-Python >=3.11; 9.2.0 Requires-Python >=3.11; 9.3.0 Requires-Python >=3.11; 9.4.0 Requires-Python >=3.11; 9.5.0 Requires-Python >=3.11; 9.6.0 Requires-Python >=3.11; 9.7.0 Requires-Python >=3.11; 9.8.0 Requires-Python >=3.11; 9.9.0 Requires-Python >=3.11
ERROR: Could not find a version that satisfies the requirement decord2 (from sglang) (from versions: none)
ERROR: No matching distribution found for decord2
(venv) (TraeAI-9) D:\04_dev\01_local_work\02_open_autoGLM\Open-AutoGLM [0:1] $
是什么原因导致的报错,如何解决
Beta Was this translation helpful? Give feedback.
All reactions