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
PyPi indicates that no package is compatible when I try to install cucim on a jetson AGX orin. Is there a plan to add support for jetson by building a wheel or can we build it by ourselves ?
The text was updated successfully, but these errors were encountered:
We do not currently have an aarch64 package on PyPI but can potentially add one in the future. There are aarch64 packages in the rapidsai conda channel. See the release selector in this page for specific commands to install via that method.
RAPIDS is recently starting to release pip-installable wheels in addition to the conda packages, but we still have an older, pre-existing PyPI build process in this cuCIM repository. We can discuss what would be needed to add aarch64 on PyPI in a future cuCIM team meeting.
Also, FYI, there are a very small fraction of test cases failing on CI for ARM which still needs to be looked into (see gh-473), but almost everything should work.
Well another point is there is ARM SBSA and Tegra (used by Jetson). These are a bit different from one another. Currently RAPIDS only supports the former and not the latter
PyPi indicates that no package is compatible when I try to install cucim on a jetson AGX orin. Is there a plan to add support for jetson by building a wheel or can we build it by ourselves ?
The text was updated successfully, but these errors were encountered: