[Insight-users] SimpleITK Installation

Matt McCormick matt.mccormick at kitware.com
Wed Nov 2 12:44:05 EDT 2011


Hey Nick,

Try

  python SimpleITK-build/Wrapping/PythonPackage/setup.py install

Otherwise, binaries are available, so you could have just done

  easy_install SimpleITK

and it should grab the binary from the web and install it without
building anything.

Ciao,
Matt

On Wed, Nov 2, 2011 at 12:36 PM, Nick Rubert <ncrubert at gmail.com> wrote:
> Hi listserve,
>
> I am running Ubuntu 11.10, and I am trying to install SimpleITK for use in
> python 2.7.  I've downloaded the source off of github.
>
> I run ccmake in the SuperBuild directory and turn off all wrapping except
> for python.
> If I run make then all is compiled without errors.
> However, when I try to run make install I get an error.  I am told there is
> no rule for install.
> Also, if I try to import SimpleITK into Python I get a module not found
> error.
>
> Are there any special steps for installing SimpleITK?
>
> NIck Rubert
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list