Skip to content

Windows install for zllm-zse[cuda] fails due to Triton dependency resolution; please clarify support matrix or add platform markers #4

@PredictiveManish

Description

@PredictiveManish

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions