You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MLServer 1.7.1 cannot be installed on macOS when poetry/pip resolves to tritonclient >= 2.61.0, because tritonclient 2.61+ introduced perf-analyzer as a hard dependency, which only provides Linux wheels (no macOS support).
Error
RuntimeError: Unable to find installation candidates for perf-analyzer (2.59.1)
Root Cause
MLServer requires: tritonclient >= 2.42 with [http] extras
tritonclient 2.61.0+ added perf-analyzer as a mandatory dependency
perf-analyzer only distributes manylinux wheels (no macOS/Darwin wheels available)
This blocks all macOS users from installing MLServer with default dependency resolution
Impact
Prevents local development on macOS
Forces developers to use Docker/Linux VMs for basic MLServer development
Affects the developer experience for a significant portion of the ML community