我试图通过pip install antspyx
安装antspyx。
为什么pip没有找到我本地的ITK安装?它安装在/usr/lib
(package通过pacman安装的工具包)中。
发布于 2022-03-16 14:17:52
好的,我通过设置环境变量No local ITK installation found
来管理ITK_DIR=/usr/lib/cmake/ITK-5.2
消息。
此外,为了避免进一步的问题,我必须在itk文件中设置选项-DModule_GenericLabelInterpolator:BOOL=ON
。
发布于 2022-03-04 14:18:43
Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h:67:64: error: 'numeric_limits' is not a member of 'std'
这可能与编译器的版本有关。或者蚂蚁构建脚本可能有一些错误。最好的地方是蚂蚁问题跟踪器。
https://stackoverflow.com/questions/71349286
复制相似问题