InsightSoftwareConsortium / ITKElastix

An ITK Python interface to elastix, a toolbox for rigid and nonrigid registration of images
Apache License 2.0
190 stars 23 forks source link

pip install itk-elastix does not work #271

Open devDonnn opened 4 months ago

devDonnn commented 4 months ago

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?

dzenanz commented 4 months ago

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

devDonnn commented 4 months ago

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

thewtex commented 2 months ago

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