I am unable to install the latest version of tritonclient on my MacBook M4 using UV due to the following error:
> uv init .
> uv add 'tritonclient==2.61.0'
Resolved 8 packages in 35ms
error: Distribution `perf-analyzer==2.59.1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on macOS (`macosx_15_0_arm64`), but `perf-analyzer` (v2.59.1) only has wheels for the following platforms: `manylinux_2_38_aarch64`, `manylinux_2_38_x86_64`; consider adding your platform to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
> uv add 'tritonclient==2.60.0'
Resolved 7 packages in 35ms
Prepared 3 packages in 394ms
Installed 4 packages in 22ms
+ numpy==2.0.2
+ python-rapidjson==1.21
+ tritonclient==2.60.0
+ urllib3==2.5.0
Someone on macOS arm64 can try to check if it can be reproduced?