我需要在我的Python代码中使用一个库,我在Google上运行它。MyOS Windows 10
我安装了那个软件包
!pip install SimpleITK==1.1.0但是,它仍然显示了错误:
AttributeError:模块“SimpleITK”没有属性“ElastixImageFilter”
有解决这个问题的指南吗?
发布于 2022-03-31 20:01:20
我也遇到了同样的错误。通过独立于已安装的SimpleITK-SimpleElastix安装SimpleITK来解决这个问题。
pip install SimpleITK-SimpleElastixhttps://stackoverflow.com/questions/71192830
复制相似问题