Hey,
Is it possible to install on a Linux system through pip install?
> uv add agentjson
Resolved 13 packages in 706ms
error: Distribution `agentjson==0.1.2 @ 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 Linux (`manylinux_2_35_x86_64`), but `agentjson` (v0.1.2) only has wheels for the following platform: `macosx_11_0_arm64`; consider adding "sys_platform == 'linux' and platform_machine == 'x86_64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
> pip install agentjson
ERROR: Could not find a version that satisfies the requirement agentjson (from versions: none)
ERROR: No matching distribution found for agentjson
Hey,
Is it possible to install on a Linux system through pip install?