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 added the extension to Slicer 5.7.0. I am on a Mac M3, so no support for CUDA.
Also in ALI.py line 80 torch versions are specified (1.11) that are not available via pip anymore.
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113 ERROR: Could not find a version that satisfies the requirement torch==1.11.0+cu113 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2) ERROR: No matching distribution found for torch==1.11.0+cu113
What would be the right way to solve this?
Best Regards,
Thijs
The text was updated successfully, but these errors were encountered:
Dear All,
I added the extension to Slicer 5.7.0. I am on a Mac M3, so no support for CUDA.
Also in ALI.py line 80 torch versions are specified (1.11) that are not available via pip anymore.
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113 ERROR: Could not find a version that satisfies the requirement torch==1.11.0+cu113 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2) ERROR: No matching distribution found for torch==1.11.0+cu113
What would be the right way to solve this?
Best Regards,
Thijs
The text was updated successfully, but these errors were encountered: