Cannot install antspyx (no local ITK installation found, but ITK is installed)

725 views Asked by At

I tried to install antspyx via pip install antspyx.

Why does pip not found my local ITK installation? It is installed in /usr/lib (package insight-toolkit installed via pacman).

2

There are 2 answers

0
MSco On BEST ANSWER

Ok, I managed the No local ITK installation found message by setting the environment variable ITK_DIR=/usr/lib/cmake/ITK-5.2.

Additionally, I had to set the option -DModule_GenericLabelInterpolator:BOOL=ON in the itk pkgbuild file to avoid further issues.

0
Dženan On

Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h:67:64: error: 'numeric_limits' is not a member of 'std'

This is probably related to the version of your compiler. Or maybe ANTs build script has some errors in it. Best place for fowllow-up is ANTs issue tracker.