无法安装antspyx(未找到本地ITK安装,但已安装ITK)
Cannot install antspyx (no local ITK installation found, but ITK is installed)
我尝试通过 pip install antspyx
安装 antspyx。
为什么 pip 找不到我本地的 ITK 安装?它安装在 /usr/lib
(通过 pacman 安装的包 insight-toolkit)。
Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h:67:64: error: 'numeric_limits' is not a member of 'std'
这可能与您的编译器版本有关。或者可能 ANTs 构建脚本中有一些错误。 fowllow-up 的最佳位置是 ANTs issue tracker.
好的,我通过设置环境变量 ITK_DIR=/usr/lib/cmake/ITK-5.2
来管理 No local ITK installation found
消息。
此外,我必须在 itk pkgbuild 文件中设置选项 -DModule_GenericLabelInterpolator:BOOL=ON
以避免进一步的问题。
我尝试通过 pip install antspyx
安装 antspyx。
为什么 pip 找不到我本地的 ITK 安装?它安装在 /usr/lib
(通过 pacman 安装的包 insight-toolkit)。
Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h:67:64: error: 'numeric_limits' is not a member of 'std'
这可能与您的编译器版本有关。或者可能 ANTs 构建脚本中有一些错误。 fowllow-up 的最佳位置是 ANTs issue tracker.
好的,我通过设置环境变量 ITK_DIR=/usr/lib/cmake/ITK-5.2
来管理 No local ITK installation found
消息。
此外,我必须在 itk pkgbuild 文件中设置选项 -DModule_GenericLabelInterpolator:BOOL=ON
以避免进一步的问题。