I have produced a number of precompiled SimpleElastix Python modules. As it is a pain to recompile it every time, I publish them here in case someone finds it useful. Let me know at francesco.santini@gmail.com if you need more.
Use easy_install to install the .egg files and pip to install the .whl files.
Newer modules are on PyPI maintained by myself! Install them with
pip install SimpleITK-SimpleElastix
All the modules are compiled for the x86_64 architecture.
- Microsoft Windows (7+)
- Python 3.7 (egg): SimpleITK-1.2.0rc2.dev1167+gd4cf2-py3.7-win-amd64.egg
- Python 3.8 (egg): SimpleITK-1.2.0rc2.dev1167+gd4cf2-py3.8-win-amd64.egg
- Microsoft Windows 10
- Python 3.8 (whl): SimpleITK-2.0.0rc2.dev908+g8244e-cp38-cp38-win_amd64.whl
- Python 3.9 (whl): SimpleITK-2.0.0rc2.dev908+g8244e-cp39-cp39-win_amd64.whl
- Python 3.10: Install from PyPI
- Linux
- Python 2.7 (egg): SimpleITK-1.2.0rc2.dev1162+g2a79d-py2.7-linux-x86_64.egg
- Python 3.6 (egg): SimpleITK-1.2.0rc2.dev1162+g2a79d-py3.6-linux-x86_64.egg
- Python 3.7 (whl): SimpleITK-1.2.0rc2.dev1162+g2a79d-cp37-none-linux_x86_64.whl
- Python 3.8 (egg): SimpleITK-1.2.0rc2.dev1167+gd4cf2-py3.8-linux-x86_64.egg
- Python 3.9 (egg): SimpleITK-2.0.0rc2.dev908+g8244e-py3.9-linux-x86_64.egg
- Python 3.10: Install from PyPI
- Mac OS X (x64)
- Python 2.7 (egg): SimpleITK-1.2.0rc2.dev1162+g2a79d-py2.7-macosx-10.15-x86_64.egg
- Python 3.7 (egg): SimpleITK-1.2.0rc2.dev1162+g2a79d-py3.7-macosx-10.15-x86_64.egg
- Python 3.8 (egg): SimpleITK-1.2.0rc2.dev1162+g2a79d-py3.8-macosx-10.15-x86_64.egg
- Python 3.8 (whl): SimpleITK-2.0.0rc2.dev908+g8244e-cp38-cp38-macosx_10_15_x86_64.whl
- Python 3.9: Install from PyPI
- Python 3.10: Install from PyPI