<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic   in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181256#M1391</link>
    <description>&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Hi Kritik,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;I was able to install gdal from conda-forge into IDP-2.7 using following steps:&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:bash;"&gt;&amp;lt;IDP_installation&amp;gt;/bin/conda create -n gdal_env -c intel python=2.7 scikit-learn -y
source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env
conda install --no-deps -c conda-forge libgdal -y
conda install -c conda-forge gdal -y&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;For testing if gdal can be imported into the interpreter :&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:python;"&gt;python -c "import gdal"&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;Thanks,&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Rohit&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 09 Jan 2018 14:15:00 GMT</pubDate>
    <dc:creator>Rohit_J_Intel</dc:creator>
    <dc:date>2018-01-09T14:15:00Z</dc:date>
    <item>
      <title>GDAL not working with Intel Distribution for Python</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181253#M1388</link>
      <description>&lt;P&gt;I was trying to install GDAL with&amp;nbsp;Intel Distribution for Python on anaconda using&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(69, 69, 69); font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 12px;"&gt;conda install -c conda-forge gdal&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(69, 69, 69); font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size: 12px;"&gt;After installation, I am unable to import gdal, it shows that a label in not present in hdf5 package. I then tried older versions of GDAL, but I was unable to install them due to dependencies on&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#454545" face="Helvetica Neue"&gt;&lt;SPAN style="font-size: 12px;"&gt;mkl_fft.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#454545" face="Helvetica Neue"&gt;&lt;SPAN style="font-size: 12px;"&gt;Please update&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;Intel Distribution for Python&amp;nbsp;to support GDAL.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:08:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181253#M1388</guid>
      <dc:creator>soman__kritik</dc:creator>
      <dc:date>2018-01-08T09:08:54Z</dc:date>
    </item>
    <item>
      <title>Hi Kritik,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181254#M1389</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Kritik,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Using the Intel® Distribution for Python* with Python 3.6 nets me a very different issue in which libgdal.20.dylib having issues with a dynamic link. Can you post your conda info along with the subsequent error output?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:30:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181254#M1389</guid>
      <dc:creator>DavidLiu</dc:creator>
      <dc:date>2018-01-08T20:30:15Z</dc:date>
    </item>
    <item>
      <title>Hi David</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181255#M1390</link>
      <description>&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Hi David&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Thanks for the reply. I am actually trying to perform clustering on geospatial data by using intel’s sklearn. I want to import a geotif file for which I need gdal.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;I was using python 2.7. I am not able to reproduce the last error that I was facing earlier, but no version of gdal seems to work in Intel distribution for python. Please find below the error I am getting now. My code was running on normal python 2.7. I shall be grateful if you could help setting up any version of gdal with intel for python.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install -c intel scikit-learn&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata .............&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Package plan for installation in environment /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following NEW packages will be INSTALLED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; daal: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018.0.1.20171012-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; mkl_fft:&amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.0-np113py27_intel_15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; mkl_random: &amp;nbsp; 1.0.0-np113py27_intel_6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; pydaal: &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018.0.1.20171012-np113py27_intel_0 intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; scikit-learn: 0.19.0-np113py27_intel_6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; scipy:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.19.1-np113py27_intel_23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; tbb:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018.0.1-py27_intel_3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be UPDATED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; hdf5: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.8.15.1-2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.10.1-intel_0&amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; libnetcdf:&amp;nbsp; &amp;nbsp; 4.3.3.1-3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 4.5.0-h42fd751_7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; mkl:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017.0.2-intel_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel] --&amp;gt; 2018.0.1-intel_5&amp;nbsp; &amp;nbsp; intel&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; numpy:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.3-py27_0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.13.3-py27_intel_6 intel [intel]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be DOWNGRADED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; gdal: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0-np111py27_3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.10.1-py27_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; libgdal:&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0-0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.11.2-1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Proceed (&lt;Y&gt;/n)? y&lt;/Y&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;daal-2018.0.1. 100% |################################| Time: 0:01:58 653.65 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;mkl-2018.0.1-i 100% |################################| Time: 0:02:30 897.26 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;libnetcdf-4.5. 100% |################################| Time: 0:00:04 241.18 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;tbb-2018.0.1-p 100% |################################| Time: 0:00:02 198.79 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;mkl_fft-1.0.0- 100% |################################| Time: 0:00:00 250.12 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;mkl_random-1.0 100% |################################| Time: 0:00:01 250.54 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;numpy-1.13.3-p 100% |################################| Time: 0:00:10 550.26 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;pydaal-2018.0. 100% |################################| Time: 0:01:02 780.27 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;scipy-0.19.1-n 100% |################################| Time: 0:00:14 &amp;nbsp; 1.90 MB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;scikit-learn-0 100% |################################| Time: 0:00:06 922.40 kB/s&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ python&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Python 2.7.14 |Intel Corporation| (default, Oct 16 2017, 10:29:14)&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;[GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Intel(R) Distribution for Python is brought to you by Intel Corporation.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Please check out: &lt;A href="https://software.intel.com/en-us/python-distribution" target="_blank"&gt;https://software.intel.com/en-us/python-distribution&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;gt;&amp;gt;&amp;gt; import gdal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;[15]+&amp;nbsp; Stopped &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; python&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ python clustering.py&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Traceback (most recent call last):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "clustering.py", line 17, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; original_dem = original_dem.ReadAsArray()&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal.py", line 781, in ReadAsArray&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; import gdalnumeric&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdalnumeric.py", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; from gdal_array import *&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal_array.py", line 25, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; _gdal_array = swig_import_helper()&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal_array.py", line 17, in swig_import_helper&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; import _gdal_array&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;ImportError: No module named _gdal_array&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda remove -n geo gdal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Package plan for package removal in environment /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be REMOVED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; gdal: 1.10.1-py27_1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Proceed (&lt;Y&gt;/n)? y&lt;/Y&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install -c conda-forge gdal&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata .............&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Package plan for installation in environment /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following NEW packages will be INSTALLED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; gdal:&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.3-py27_0 &amp;nbsp; &amp;nbsp; &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be UPDATED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; curl:&amp;nbsp; &amp;nbsp; &amp;nbsp; 7.45.0-0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 7.55.1-0 &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; freetype:&amp;nbsp; 2.8-intel_0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel &amp;nbsp; &amp;nbsp; &amp;nbsp; [intel] --&amp;gt; 2.8.1-0&amp;nbsp; &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; glib:&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.53.6-h33f6a65_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 2.55.0-0 &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; kealib:&amp;nbsp; &amp;nbsp; 1.4.5-0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.4.7-4&amp;nbsp; &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; libgdal: &amp;nbsp; 1.11.2-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 2.2.3-2&amp;nbsp; &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; poppler: &amp;nbsp; 0.60.1-hb654a48_0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 0.61.1-3 &amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be SUPERSEDED by a higher-priority channel:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; cairo: &amp;nbsp; &amp;nbsp; 1.14.10-h913ea44_6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.14.10-0&amp;nbsp; conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; libnetcdf: 4.5.0-h42fd751_7 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 4.4.1.1-10 conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Proceed (&lt;Y&gt;/n)? y&lt;/Y&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ python clustering.py&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Traceback (most recent call last):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "clustering.py", line 2, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; import gdal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/gdal.py", line 2, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; from osgeo.gdal import deprecation_warn&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/__init__.py", line 21, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; _gdal = swig_import_helper()&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/__init__.py", line 17, in swig_import_helper&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; _mod = imp.load_module('_gdal', fp, pathname, description)&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;ImportError: dlopen(/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/_gdal.so, 2): Library not loaded: @rpath/libpng16.16.dylib&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; Referenced from: /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/libgdal.20.dylib&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; Reason: Incompatible library version: libgdal.20.dylib requires version 51.0.0 or later, but libpng16.16.dylib provides version 49.0.0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda remove -n geo gdal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Package plan for package removal in environment /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following packages will be REMOVED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; gdal: 2.2.3-py27_0 conda-forge&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Proceed (&lt;Y&gt;/n)? y&lt;/Y&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda search gdal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;gdal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py26_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py33_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np18py26_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np18py27_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np18py33_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.10.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np18py34_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py35_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py26_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py33_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np19py35_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py27_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py34_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np110py35_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np111py27_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np111py34_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np111py35_3&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py34_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1.0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py35_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27h98c8286_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py36hff4f997_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py35h90dc150_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py36h503167d_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py35hd88591f_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27hc303eaf_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27h65d9da8_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py36h17ea0c9_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py35he67b238_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py35h7aa31b1_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27h9d2a75c_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py36hd505dc6_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;libgdal&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.1.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h2c60913_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h3aae6cd_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h7ea3a73_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hdcd1c41_0&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ha430587_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h839ae26_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h3559a57_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.2.2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hc3eca24_1&amp;nbsp; defaults &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install gdal=2.0.0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;UnsatisfiableError: The following specifications were found to be in conflict:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - gdal 2.0.0*&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - pydaal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Use "conda info &amp;lt;package&amp;gt;" to see the dependencies for each package.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install gdal=2.1.0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;UnsatisfiableError: The following specifications were found to be in conflict:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - gdal 2.1.0* -&amp;gt; libgdal 2.1.0 -&amp;gt; geos 3.5.*&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - gdal 2.1.0* -&amp;gt; libgdal 2.1.0 -&amp;gt; proj4 4.9.2&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - libspatialite -&amp;gt; geos &amp;gt;=3.6.2,&amp;lt;3.6.3.0a0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Use "conda info &amp;lt;package&amp;gt;" to see the dependencies for each package.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install gdal=1.11.2&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;UnsatisfiableError: The following specifications were found to be in conflict:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - gdal 1.11.2*&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; - pydaal&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Use "conda info &amp;lt;package&amp;gt;" to see the dependencies for each package.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ conda install gdal=1.10.1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Fetching package metadata ...........&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Solving package specifications: .&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Package plan for installation in environment /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;The following NEW packages will be INSTALLED:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; gdal: 1.10.1-py27_1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Proceed (&lt;Y&gt;/n)? y&lt;/Y&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$ python clustering.py&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Traceback (most recent call last):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "clustering.py", line 17, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; original_dem = original_dem.ReadAsArray()&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal.py", line 781, in ReadAsArray&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; import gdalnumeric&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdalnumeric.py", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; from gdal_array import *&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal_array.py", line 25, in &amp;lt;module&amp;gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; _gdal_array = swig_import_helper()&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; File "/Volumes/MacBookData/kritiksoman/anaconda3/envs/geo/lib/python2.7/site-packages/osgeo/gdal_array.py", line 17, in swig_import_helper&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; import _gdal_array&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;ImportError: No module named _gdal_array&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$&amp;nbsp; conda info&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;Current conda install:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; platform : osx-64&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; conda version : 4.3.30&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; conda is private : False&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; conda-env version : 4.3.30&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; conda-build version : 3.0.27&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; python version : 3.6.3.final.0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; requests version : 2.18.4&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; root environment : /Volumes/MacBookData/kritiksoman/anaconda3&amp;nbsp; (writable)&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; default environment : /Volumes/MacBookData/kritiksoman/anaconda3/envs/geo&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; envs directories : /Volumes/MacBookData/kritiksoman/anaconda3/envs&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /Volumes/MacBookData/kritiksoman/.conda/envs&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; package cache : /Volumes/MacBookData/kritiksoman/anaconda3/pkgs&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /Volumes/MacBookData/kritiksoman/.conda/pkgs&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel URLs : &lt;A href="https://repo.continuum.io/pkgs/main/osx-64" target="_blank"&gt;https://repo.continuum.io/pkgs/main/osx-64&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/main/noarch" target="_blank"&gt;https://repo.continuum.io/pkgs/main/noarch&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/free/osx-64" target="_blank"&gt;https://repo.continuum.io/pkgs/free/osx-64&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/free/noarch" target="_blank"&gt;https://repo.continuum.io/pkgs/free/noarch&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/r/osx-64" target="_blank"&gt;https://repo.continuum.io/pkgs/r/osx-64&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/r/noarch" target="_blank"&gt;https://repo.continuum.io/pkgs/r/noarch&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/pro/osx-64" target="_blank"&gt;https://repo.continuum.io/pkgs/pro/osx-64&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="https://repo.continuum.io/pkgs/pro/noarch" target="_blank"&gt;https://repo.continuum.io/pkgs/pro/noarch&lt;/A&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; config file : /Volumes/MacBookData/kritiksoman/.condarc&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; netrc file : None&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; offline mode : False&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user-agent : conda/4.3.30 requests/2.18.4 CPython/3.6.3 Darwin/17.3.0 OSX/10.13.2 &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UID:GID : 501:20&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69);"&gt;(geo) Kritiks-MacBook-Air:clustering kritiksoman$&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; color: rgb(69, 69, 69); min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 05:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181255#M1390</guid>
      <dc:creator>soman__kritik</dc:creator>
      <dc:date>2018-01-09T05:41:15Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181256#M1391</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Hi Kritik,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;I was able to install gdal from conda-forge into IDP-2.7 using following steps:&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:bash;"&gt;&amp;lt;IDP_installation&amp;gt;/bin/conda create -n gdal_env -c intel python=2.7 scikit-learn -y
source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env
conda install --no-deps -c conda-forge libgdal -y
conda install -c conda-forge gdal -y&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;For testing if gdal can be imported into the interpreter :&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:python;"&gt;python -c "import gdal"&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;Thanks,&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Rohit&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181256#M1391</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2018-01-09T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Hi Rohit</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181257#M1392</link>
      <description>&lt;P&gt;Hi Rohit&lt;/P&gt;

&lt;P&gt;Thanks for the help. I also want to install opencv, matplotlib, skimage, and scipy after sklearn and gdal. But on doing so, I am running into the following errors&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;1) Incompatible library version: libgdal.20.dylib requires version 51.0.0 or later, but libpng16.16.dylib provides version 49.0.0

2)

conda install -c intel scikit-image
Fetching package metadata .............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:
  - geotiff
  - harfbuzz
  - libspatialite
  - mkl_fft
  - scikit-image
Use "conda info &amp;lt;package&amp;gt;" to see the dependencies for each package.

&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Please advise how these can be resolved.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Kritik&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Kritik,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to install gdal from conda-forge into IDP-2.7 using following steps:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;&amp;lt;IDP_installation&amp;gt;/bin/conda create -n gdal_env -c intel python=2.7 scikit-learn -y
source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env
conda install --no-deps -c conda-forge libgdal -y
conda install -c conda-forge gdal -y&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For testing if gdal can be imported into the interpreter :&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;python -c "import gdal"&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rohit&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 04:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181257#M1392</guid>
      <dc:creator>soman__kritik</dc:creator>
      <dc:date>2018-01-11T04:58:00Z</dc:date>
    </item>
    <item>
      <title>Hi Kritik,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181258#M1393</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Hi Kritik,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Since you have "&lt;STRONG&gt;gdal_env&lt;/STRONG&gt;" already setup with scikit-learn, scipy is already installed in your environment. We currently don't ship scikit-image and opencv on OSX, but you can install all your requirements through:&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:bash;"&gt;source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env
conda install -c intel matplotlib -y
conda install -c conda-forge opencv scikit-image -y
&lt;/PRE&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Rohit&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181258#M1393</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2018-01-11T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Hi Rohit</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181259#M1394</link>
      <description>&lt;P&gt;Hi Rohit&lt;/P&gt;

&lt;P&gt;When I run&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;" style="font-size: 13.008000373840332px;"&gt;conda install -c conda-forge opencv scikit-image -y&lt;/PRE&gt;

&lt;P&gt;gdal 2.2.2 downgrades to 1.10.1, which is a problem because it gives error:&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ImportError: No module named _gdal_array&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I want to run gdal &amp;gt;=2.2. I am attaching the terminal log.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Kritik&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Kritik,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Since you have "&lt;STRONG&gt;gdal_env&lt;/STRONG&gt;" already setup with scikit-learn, scipy is already installed in your environment. We currently don't ship scikit-image and opencv on OSX, but you can install all your requirements through:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env
conda install -c intel matplotlib -y
conda install -c conda-forge opencv scikit-image -y
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rohit&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181259#M1394</guid>
      <dc:creator>soman__kritik</dc:creator>
      <dc:date>2018-01-11T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Hi Kritik,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181260#M1395</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Hi Kritik,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;It seems that opencv (from conda-forge) causes some conflict with one of dependencies of gdal. The following is a bit awkward but it should get what you require:&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:bash;"&gt;&amp;lt;IDP_installation&amp;gt;/bin/conda create -n gdal_env2 -c intel python=2.7 matplotlib scikit-learn -y
source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env2
conda install -c conda-forge opencv scikit-image gdal -y&lt;/PRE&gt;

	&lt;P&gt;This should give you gdal==2.2.3 and libgdal==2.2.3.&lt;/P&gt;
&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Rohit&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:41:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181260#M1395</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2018-01-11T19:41:54Z</dc:date>
    </item>
    <item>
      <title>Hi Rohit</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181261#M1396</link>
      <description>&lt;P&gt;Hi Rohit&lt;/P&gt;

&lt;P&gt;Thanks for the response. Your suggestion works well.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Kritik&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Kritik,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It seems that opencv (from conda-forge) causes some conflict with one of dependencies of gdal. The following is a bit awkward but it should get what you require:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;&amp;lt;IDP_installation&amp;gt;/bin/conda create -n gdal_env2 -c intel python=2.7 matplotlib scikit-learn -y
source &amp;lt;IDP_installation&amp;gt;/bin/activate gdal_env2
conda install -c conda-forge opencv scikit-image gdal -y&lt;/PRE&gt;

&lt;P&gt;This should give you gdal==2.2.3 and libgdal==2.2.3.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rohit&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 16:05:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/GDAL-not-working-with-Intel-Distribution-for-Python/m-p/1181261#M1396</guid>
      <dc:creator>soman__kritik</dc:creator>
      <dc:date>2018-01-20T16:05:19Z</dc:date>
    </item>
  </channel>
</rss>

