<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>You need to use the conda build environment. Look at the readme in this repo[1].</div><div><br></div><div>Basically you'll need to do the following:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">$ conda install conda-build</div></div><div>$ cd src</div><div>$ git clone <a href="https://github.com/thewtex/conda-recipes.git">https://github.com/thewtex/conda-recipes.git</a></div><div>$ git checkout simpleitk-clone-url</div><div>$ <span style="font-family: Menlo; font-size: 11px;">conda build simpleitk</span></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://github.com/conda/conda-recipes">https://github.com/conda/conda-recipes</a></div><div><br><div><div>On Sep 10, 2014, at 11:01 AM, Vishwa <<a href="mailto:vishwanath.somashekar@gmail.com">vishwanath.somashekar@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Thanks very much for the information. I looked at the conda recipe. There are three files. <div>One is .sh file, the second is yaml file, and the third is just a test code. How am i to use that recipe to compile..</div><div><br></div><div>There are variables like Source_Dir in the .sh file. How do i get those. I am not familiar using it. </div><div><br></div><div>Am I to just copy the file build.sh into the SimpleITK source code directly and run sh ./build.sh? I tried that, and it ran for a while and gave an error. </div><div><br></div><div>Best regards,</div><div>Vishwa</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 10, 2014 at 9:13 AM, Bradley Lowekamp <span dir="ltr"><<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div>This error message frequently happens when SimpleITK is compiled against a different version of  Python than the runtime. This generally indicate there is something conflicting funny in your runtime environment.</div><div><br></div><div>I was easily able to use the build script from the conda-recipes repository. I would strongly recommend this approach when building for the anaconda enviroment as it does simplify some of there issue. Your CMake configuration does look correct.</div><div><br></div><div>You should look at you environment variables, such as PATH, DYLD_LIBRARY_PATH, and PYTHONPATH. Additionally look in you user install path [1]. You are looking for multiple copies of the SimpleITK module or library and or python runtime libraries which could confuse the linker.</div><div><br></div><div>Also you can inspect the runtime libraries:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo"> otool -L /Users/blowekamp/anaconda//lib/python2.7/site-packages/SimpleITK/_SimpleITK.so</div><div style="margin:0px;font-size:11px;font-family:Menlo">/Users/blowekamp/anaconda//lib/python2.7/site-packages/SimpleITK/_SimpleITK.so:</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">       </span>@loader_path/../../../libpython2.7.dylib (compatibility version 2.7.0, current version 2.7.0)</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">      </span>/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.17.0)</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">    </span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap"> </span>/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0)</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="white-space:pre-wrap">   </span>/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 2577.0.0)</div></div><div><br></div><div>[1] <a href="https://docs.python.org/2/install/#alternate-installation-the-user-scheme" target="_blank">https://docs.python.org/2/install/#alternate-installation-the-user-scheme</a></div><div><br></div><div>Hope this helps,</div><div>Brad</div><span class=""><div><br></div><div><div><div>On Sep 9, 2014, at 10:55 PM, Vishwa <<a href="mailto:vishwanath.somashekar@gmail.com" target="_blank">vishwanath.somashekar@gmail.com</a>> wrote:</div><br><blockquote type="cite"><p style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">import SimpleITK as sitk</p><p style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Fatal Python error: PyThreadState_Get: no current thread</p><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><p style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Abort trap: 6</p></blockquote></div><br></div></span></div><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div></body></html>