Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on page /start/install.html docker run error #11

Open
meicale opened this issue Mar 27, 2025 · 0 comments
Open

Issue on page /start/install.html docker run error #11

meicale opened this issue Mar 27, 2025 · 0 comments

Comments

@meicale
Copy link

meicale commented Mar 27, 2025

‘’‘
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/sgl-workspace/sglang/python/sglang/launch_server.py", line 6, in
from sglang.srt.entrypoints.http_server import launch_server
File "/sgl-workspace/sglang/python/sglang/srt/entrypoints/http_server.py", line 45, in
from sglang.srt.entrypoints.engine import _launch_subprocesses
File "/sgl-workspace/sglang/python/sglang/srt/entrypoints/engine.py", line 40, in
from sglang.srt.managers.data_parallel_controller import (
File "/sgl-workspace/sglang/python/sglang/srt/managers/data_parallel_controller.py", line 27, in
from sglang.srt.managers.io_struct import (
File "/sgl-workspace/sglang/python/sglang/srt/managers/io_struct.py", line 25, in
from sglang.srt.managers.schedule_batch import BaseFinishReason
File "/sgl-workspace/sglang/python/sglang/srt/managers/schedule_batch.py", line 43, in
from sglang.srt.configs.model_config import ModelConfig
File "/sgl-workspace/sglang/python/sglang/srt/configs/init.py", line 3, in
from sglang.srt.configs.deepseekvl2 import DeepseekVL2Config
File "/sgl-workspace/sglang/python/sglang/srt/configs/deepseekvl2.py", line 7, in
import torchvision.transforms as T
ModuleNotFoundError: No module named 'torchvision'
’‘’
using the latest docker images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant