<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; color: rgb(0, 0, 0);">
<div style="font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>Hi Max,</div>
</div>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">The 0.9 SimpleITK release is compiled against the libpng1.5, so if you are using the binary from binstar you will have to use the old matplotlib.</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">If using the latest matplotlib is not critical for you, then the following recipe for creating a virtual environment (sitkpy) should work:</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">conda create -n sitkpy anaconda libpng=1.5</div>
<div>
<p style="margin: 0px;">conda install -c https://conda.binstar.org/simpleitk/channel/main SimpleITK</p>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">conda install libpng=1.5</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">This (1) creates the virtual environment with our choice of libpng version, all other anaconda packages (i.e. matplotlib) will be compatible with this version; (2) install SimpleITK which will
 unfortunately upgrade you to libpng 1.6 (our bad) and then (3) downgrade to libpng 1.5 so that everything really works.</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">If you are willing to compile SimpleITK on your machine you (will always be compatible with the libpng, matplotlib,... versions you have):</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">
<div>If conda-build is not installed, then install it: </div>
<div>conda install conda-build</div>
<div><br>
</div>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Get the SimpleITK conda build recipe from github:</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">git clone https://github.com/conda/conda-recipes.git</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Build SimpleITK:</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">cd conda-recipes</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">conda-build SimpleITK</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">hope this helps</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">          Ziv </div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="font-size: 14px; font-family: Calibri, sans-serif;">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>"Zeyen, Max" <<a href="mailto:mzeyen@lanl.gov">mzeyen@lanl.gov</a>><br>
<span style="font-weight:bold">Date: </span>Monday, July 27, 2015 at 12:21 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:community@itk.org">community@itk.org</a>" <<a href="mailto:community@itk.org">community@itk.org</a>><br>
<span style="font-weight:bold">Subject: </span>[ITK] SimpleITK compatibility issues<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi All,</div>
<div><br>
</div>
<div>I am using SimpleITK with Anaconda for Python 2.7.10. After installing SimpleITK from binstar, I was only able to import SimpleITK after downgrading libpng to version 1.5.13. However, this downgrade is causing problems with other packages using libpng
 in some way (e.g. matplotlib).</div>
<div>Is there a way to use the newer libpng library instead with SimpleITK or would that cause problems for ITK itself?</div>
<div><br>
</div>
<div>Thanks</div>
<div>Max</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</span>
</body>
</html>