简体   繁体   中英

How do I install SimpleITK on macOS for Anaconda Python 3.6?

import setuptools
easy_install SimpleITK-0.8.0.post48-py2.7-macosx-10.5-x86_64.egg

I downloaded the .egg file and tried using easy_install but it doesn't seem to be working. This is the error I am getting.

easy_install SimpleITK-0.8.0.post48-py2.7-macosx-10.5-x86_64.egg
                     ^
SyntaxError: invalid syntax

Is there any suggestions on how to fix this issue?

您可以像下面这样从SimpleITK渠道conda安装:

conda install -c simpleitk simpleitk=1.0.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM