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
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 35mserror: 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 platformhint: 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 35msPrepared 3 packages in 394msInstalled 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?
kiril-b, dbellavista-ai, gaspaio, wanliAlex, michaeltinsley and 3 more