x Failed to builddeepspeed==0.17.1 |-> The build backend returned an error -> Call to setuptools.build_meta:__legacy__.build_wheel failed (exit code: 1)
[stdout]
[2025-09-09 19:32:28,936] [INFO] [real_accelerator.py:254:get_accelerator] Setting ds_accelerator to cuda (auto
detect)
[2025-09-09 19:32:29,026] [INFO] [real_accelerator.py:254:get_accelerator] Setting ds_accelerator to cuda (auto
detect)
[2025-09-09 19:32:31,529] [INFO] [logging.py:107:log_dist] [Rank -1] [TorchCheckpointEngine] Initialized with
serialization = False
DS_BUILD_OPS=1
[WARNING] Skip pre-compile of incompatible async_io; One can disable async_io with DS_BUILD_AIO=0
[WARNING] Skip pre-compile of incompatible evoformer_attn; One can disable evoformer_attn with
DS_BUILD_EVOFORMER_ATTN=0
[WARNING] Skip pre-compile of incompatible fp_quantizer; One can disable fp_quantizer with
DS_BUILD_FP_QUANTIZER=0
[WARNING] Skip pre-compile of incompatible gds; One can disable gds with DS_BUILD_GDS=0
[WARNING] Filtered compute capabilities [['6', '0'], ['6', '1'], ['7', '0']]
[stderr]
W0909 19:32:30.260000 28180 Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE:
Redirects are currently not supported in Windows or MacOs.
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "D:\MyLab\IndexTTS\index-tts\.venv\lib\site-packages\setuptools\build_meta.py", line 432, in build_wheel
return _build(['bdist_wheel'])
File "D:\MyLab\IndexTTS\index-tts\.venv\lib\site-packages\setuptools\build_meta.py", line 423, in _build
return self._build_with_temp_dir(
File "D:\MyLab\IndexTTS\index-tts\.venv\lib\site-packages\setuptools\build_meta.py", line 404, in
_build_with_temp_dir
self.run_setup()
File "D:\MyLab\IndexTTS\index-tts\.venv\lib\site-packages\setuptools\build_meta.py", line 512, in run_setup
super().run_setup(setup_script=setup_script)
File "D:\MyLab\IndexTTS\index-tts\.venv\lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
exec(code, locals())
File "<string>", line 201, in <module>
File
"C:\Users\WangQ\AppData\Local\uv\cache\sdists-v9\pypi\deepspeed\0.17.1\R5RYAY0102coQzee_--Dk\src\op_builder\builder.py",
line 730, in builder
extra_link_args=self.strip_empty_entries(self.extra_ldflags()))
File
"C:\Users\WangQ\AppData\Local\uv\cache\sdists-v9\pypi\deepspeed\0.17.1\R5RYAY0102coQzee_--Dk\src\op_builder\inference_cutlass_builder.py",
line 74, in extra_ldflags
import dskernels
ModuleNotFoundError: No module named 'dskernels'
hint: This error likely indicates that `deepspeed@0.17.1` depends on `dskernels`, but doesn't declare
it as a build dependency. If `deepspeed` is a first-party package, consider adding `dskernels` to its
`build-system.requires`. Otherwise, either add it to your `pyproject.toml` under:
[tool.uv.extra-build-dependencies]
deepspeed = ["dskernels"]
or `uv pip install dskernels` into the environment and re-run with `--no-build-isolation`.
help: deepspeed (v0.17.1) was included because indextts (v2.0.0) depends on deepspeed
`
系统是WIN 11