在macOS上安装SimpleElastix for Python3

时间:2017-11-14 15:30:37

标签: python python-3.x itk elastix simpleitk

我正在使用macOS Sierra 10.12.6,尝试安装SimpleITK的SimpleElastix扩展。我一直按照说明here。在我开始工作后,事实证明,当我使用Python 2.7时,扩展名似乎只包含在SimpleITK中,但是当我尝试使用Python 3.6时,我尝试

AttributeError: module 'SimpleITK' has no attribute 'Elastix'

我收到错误

 names = {'d:\C001\C001_Deo.csv','d:\C001\C001_Oxy.csv','d:\C001\C001_Tal.csv'}
 data_conversion(names)         %this function creat a folder in C001 to save results

我找到了这个suggestion,但无法在Mac上使用它。

感谢您的任何建议,

TomD

1 个答案:

答案 0 :(得分:0)

您可以点按此链接进行安装:https://simpleelastix.readthedocs.io/GettingStarted.html#compiling-on-linux

关心最后一个python安装,我使用的是Ubuntu16.04,我的python是在我的用户的anaconda下,你应该使用没有sudo的python安装,但是它不起作用。因此,在运行python setup.py install

之前,需要将build文件夹的权限更改为777