I’m trying to install zllm-zse[dev,cuda,training,enterprise,gguf] on Windows with Python 3.12 and CUDA 13.0.
Observed issues:
- Python 3.10 is rejected because the package requires Python >= 3.11
- On Python 3.12,
uv cannot resolve zllm-zse[cuda] because triton>=2.1.0 has no matching official Windows wheels for this environment
- The project metadata lists Linux and macOS classifiers, but not Windows
Suggested improvements:
- Document that CUDA support is Linux-first / unsupported on Windows, if that is intended
- Or add platform markers so unsupported dependencies like Triton are skipped on Windows
- Or document an official Windows path if one exists (e.g. WSL2 or alternate package strategy)
Happy to work on this, if this is suggested @zyoraclub .
I’m trying to install
zllm-zse[dev,cuda,training,enterprise,gguf]on Windows with Python 3.12 and CUDA 13.0.Observed issues:
uvcannot resolvezllm-zse[cuda]becausetriton>=2.1.0has no matching official Windows wheels for this environmentSuggested improvements:
Happy to work on this, if this is suggested @zyoraclub .