ITKElastix icon indicating copy to clipboard operation
ITKElastix copied to clipboard

pip install itk-elastix does not work

Open devDonnn opened this issue 11 months ago • 3 comments

The pip command to install the elastix does not work (pip install itk-elastix):

ERROR: Could not find a version that satisfies the requirement itk-elastix (from versions: none)
ERROR: No matching distribution found for itk-elastix

What's the status of the current package? Is there another way of using Elastix with Python?

devDonnn avatar Feb 26 '24 14:02 devDonnn

What version of Python are you using? There are no prebuilt packages for 3.12.

dzenanz avatar Feb 26 '24 14:02 dzenanz

Ah, I see, thanks! I'm using 3.12.

devDonnn avatar Feb 26 '24 15:02 devDonnn

With #278 we will have Stable ABI packages that work with Python 3.12, 3.13, 3.14, etc.

thewtex avatar Apr 15 '24 00:04 thewtex