I am trying to download SimpleITK-SImpleElastix 2.0.0rc2.dev910 from SimpleITK-SimpleElastix · PyPI using pip, but the following error appears:
ERROR: Could not find a version that satisfies the requirement SimpleITK-SimpleElastix==2.0.0rc2.dev910 (from versions: 2.0.0rc2.dev909)
ERROR: No matching distribution found for SimpleITK-SimpleElastix==2.0.0rc2.dev910
I have realized that the only release version that can be downloaded is the 2.0.0rc2.dev909.
As I need this specific version of the package, how can I access it?
The package you are pointing to is not supported by the core SimpleITK team, it is an external initiative. We currently do not distribute a SimpleITK wheel with SimpleElastix support.
To build one locally, see the building SimpleITK instructions and set the SimpleITK_USE_ELASTIX flag to on. To select a specific version of SimpleITK simply checkout the appropriate tag (support for SimpleElastix was only added in release 2.2.0).