<?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 Scott, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082926#M288</link>
    <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;Yes, that report is confusing. First of all "scikits-image" with the extra "s" is not even what you were trying to install!&lt;/P&gt;

&lt;P&gt;But I think the real reason is your numpy version is too low. Looking at the results of "conda info scikit-image=0.12.3" shows all the builds and their dependencies. The lowest numpy version is 1.10. Can you upgrade your numpy? 1.7 is pretty old. The oldest we shipped was 1.11.&lt;/P&gt;

&lt;P&gt;If you want to try our performance enhancements, you might want to start by creating a fresh environment with our latest release, which will include numpy 0.11.2, and add scikit-image to that (0.12.3 is compatible).&lt;/P&gt;

&lt;P&gt;conda create -n intelpy2017u1 python=2 intelpython2_full&lt;/P&gt;

&lt;P&gt;But it looks like you will need to update multiple packages to get skimage.measure.label. &amp;nbsp;Another option is to look through the scikit-image docs I linked you to earlier and find the version that first introduced that method. Perhaps an older version will give you the methods you want without needing to update too much (though you will need to update something because 0.9.3 is the newest that is compatible with your other packages).&lt;/P&gt;

&lt;P&gt;I would recommend upgrading broadly, though. You will get security and performance enhancements.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 17:46:00 GMT</pubDate>
    <dc:creator>Todd_T_Intel</dc:creator>
    <dc:date>2017-01-31T17:46:00Z</dc:date>
    <item>
      <title>incomplete scikit distribution</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082917#M279</link>
      <description>&lt;P&gt;There are a number of methods in the&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;skimage.measure package that are not included in intel python 2.7.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;These are in the anaconda distribution directory. Is there a way to use anacondas version of &amp;nbsp;skimage.measure instead?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;A few missing methods that I've identified.&lt;/P&gt;

&lt;P&gt;skimage.measure.*&lt;/P&gt;

&lt;P&gt;grid_points_in_poly&lt;/P&gt;

&lt;P&gt;label&lt;/P&gt;

&lt;P&gt;points_in_poly&lt;/P&gt;

&lt;P&gt;profile_line&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm using a mac.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:32:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082917#M279</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-30T21:32:12Z</dc:date>
    </item>
    <item>
      <title>The scikit-image package was</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082918#M280</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;The scikit-image package was not included in Intel Distribution for Python (IDP) 2017 update 1.&amp;nbsp;Look for scikit-image to be included in IDP in the very near future!&lt;/P&gt;

&lt;P&gt;Until then, you should be able to obtain those methods by installing scikit-image from anaconda.org:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda install scikit-image&lt;/PRE&gt;

&lt;P&gt;Please let me know if you have any trouble installing scikit-image from anaconda.org.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082918#M280</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-30T22:01:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082919#M281</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. I followed your advice:&lt;/P&gt;

&lt;P&gt;I have installed scikit-image using the command you suggested. I already had it.&lt;/P&gt;

&lt;P&gt;Note the output below where I show that I am using the intel python distribution.&lt;/P&gt;

&lt;P&gt;I then the import &amp;nbsp;skimage.measure and attempt to call the 'label' method.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I still get the error that this method is unavailable.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Am I doing something wrong?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Scott&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;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures;"&gt;Using Anaconda API: &lt;A href="https://api.anaconda.org" target="_blank"&gt;https://api.anaconda.org&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Fetching package metadata .........&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Solving package specifications: ..........&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;# All requested packages already installed.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;# packages in environment at /opt/intel/intelpython27:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;#&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;scikit-image&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.9.3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np17py27_0 &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;[Mon Jan 30 14:07:56 ~/Dropbox/Lucidyne/LUCIDYNE/ActionJackson 501 21] $ which python&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;python is /opt/intel/intelpython27/bin/python&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;[Mon Jan 30 14:11:12 ~/Dropbox/Lucidyne/LUCIDYNE/ActionJackson 504 24] $ python&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Python 2.7.12 |Intel Corporation| (default, Oct 19 2016, 16:39:13)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;[GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Intel(R) Distribution for Python is brought to you by Intel Corporation.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&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;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;&amp;gt;&amp;gt;&amp;gt; import skimage.measure&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;&amp;gt;&amp;gt;&amp;gt; skimage.measure.label&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;AttributeError: 'module' object has no attribute 'label'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&lt;SPAN class="s1" style="font-variant-ligatures: no-common-ligatures;"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1" style="margin-bottom: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(0, 0, 0); background-color: rgb(235, 255, 241); min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:17:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082919#M281</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-30T22:17:06Z</dc:date>
    </item>
    <item>
      <title>Scott,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082920#M282</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;skimage.measure.label is a method, so you need parentheses and the appropriate input parameters:&lt;/P&gt;

&lt;P&gt;skimage.measure.label(input)&lt;/P&gt;

&lt;P&gt;See&amp;nbsp;http://scikit-image.org/docs/dev/api/skimage.measure.html for details on the API.&lt;/P&gt;

&lt;P&gt;Hope that does the trick!&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082920#M282</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-30T22:21:59Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082921#M283</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sorry, I sent a bad example.&lt;/P&gt;

&lt;P&gt;See the series of import statement below:&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;In [&lt;B&gt;3&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;from skimage.measure import block_reduce&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;In [&lt;B&gt;4&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;from skimage.measure import regionprops&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;In [&lt;B&gt;5&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;from skimage.measure import moments_hu&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;In [&lt;B&gt;6&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;from skimage.measure import label&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s3"&gt;ImportError&lt;/SPAN&gt;&lt;SPAN class="s2"&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; Traceback (most recent call last)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&amp;lt;ipython-input-6-60e17ff02189&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s4"&gt; in &lt;/SPAN&gt;&lt;SPAN class="s5"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;()&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s6"&gt;----&amp;gt; 1&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;from&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; skimage&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;measure &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;import&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; label&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s3"&gt;ImportError&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;: cannot import name label&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082921#M283</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-30T22:26:00Z</dc:date>
    </item>
    <item>
      <title>Scott,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082922#M284</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;Okay, I think the problem is due to your scikit-image version, which is 0.9.3. I was able to install 0.12.3 and execute the imports fine. I do not see measure.label in the API specification for skimage 0.9.3. Try updating you scikit-image package as follows:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda update scikit-image&lt;/PRE&gt;

&lt;P&gt;Then try your imports again.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:46:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082922#M284</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-30T22:46:20Z</dc:date>
    </item>
    <item>
      <title>Conda update of scikit-image</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082923#M285</link>
      <description>&lt;P&gt;Conda update of scikit-image does not bring me up to version 0.13.&lt;/P&gt;

&lt;P&gt;I'm told that all packages are already installed, and that version is 0.9.&lt;/P&gt;

&lt;P&gt;Thanks for your attention!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STYLE type="text/css"&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1}
span.s1 {font-variant-ligatures: no-common-ligatures}
	&lt;/STYLE&gt;
&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;conda update scikit-image&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STYLE type="text/css"&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures}
	&lt;/STYLE&gt;
&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Solving package specifications: ..........&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;# All requested packages already installed.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;# packages in environment at /opt/intel/intelpython27:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;scikit-image&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.9.3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; np17py27_0&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STYLE type="text/css"&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1; min-height: 13.0px}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c0351e; background-color: #ebfff1}
span.s1 {font-variant-ligatures: no-common-ligatures}
span.s2 {font-variant-ligatures: no-common-ligatures; color: #502edf}
span.s3 {font-variant-ligatures: no-common-ligatures; color: #000000}
	&lt;/STYLE&gt;
&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;In [&lt;B&gt;5&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;skimage.__version__&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;Out[&lt;B&gt;5&lt;/B&gt;]: &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;'0.9.3'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:06:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082923#M285</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-31T17:06:28Z</dc:date>
    </item>
    <item>
      <title>Scott, I would guess there is</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082924#M286</link>
      <description>&lt;P&gt;Scott, I would guess there is a package conflict with the newer version that conda cannot resolve. Try telling conda expressly to install the newer version:&lt;/P&gt;

&lt;P&gt;conda install scikit-image=0.12.3&lt;/P&gt;

&lt;P&gt;It probably won't work, but it should give you a conflict report that tells you why it can't upgrade. Let me know what happens when you try that.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:25:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082924#M286</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-31T17:25:41Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082925#M287</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Below is the result!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STYLE type="text/css"&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1}
span.s1 {font-variant-ligatures: no-common-ligatures}
	&lt;/STYLE&gt;
&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The following specifications were found to be in conflict:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; - scikit-image 0.12.3*&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; - scikits-image -&amp;gt; numpy 1.5*|1.6*|1.7*&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; - scikits-image -&amp;gt; python 2.6*&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;My numpy version is 1.7.1&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;My python version is 2.7.1,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;so I'm a bit confused about the conflict message.&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Thanks again for your attention!&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:30:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082925#M287</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-31T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Scott,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082926#M288</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;Yes, that report is confusing. First of all "scikits-image" with the extra "s" is not even what you were trying to install!&lt;/P&gt;

&lt;P&gt;But I think the real reason is your numpy version is too low. Looking at the results of "conda info scikit-image=0.12.3" shows all the builds and their dependencies. The lowest numpy version is 1.10. Can you upgrade your numpy? 1.7 is pretty old. The oldest we shipped was 1.11.&lt;/P&gt;

&lt;P&gt;If you want to try our performance enhancements, you might want to start by creating a fresh environment with our latest release, which will include numpy 0.11.2, and add scikit-image to that (0.12.3 is compatible).&lt;/P&gt;

&lt;P&gt;conda create -n intelpy2017u1 python=2 intelpython2_full&lt;/P&gt;

&lt;P&gt;But it looks like you will need to update multiple packages to get skimage.measure.label. &amp;nbsp;Another option is to look through the scikit-image docs I linked you to earlier and find the version that first introduced that method. Perhaps an older version will give you the methods you want without needing to update too much (though you will need to update something because 0.9.3 is the newest that is compatible with your other packages).&lt;/P&gt;

&lt;P&gt;I would recommend upgrading broadly, though. You will get security and performance enhancements.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082926#M288</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-31T17:46:00Z</dc:date>
    </item>
    <item>
      <title>I downloaded the intel python</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082927#M289</link>
      <description>&lt;P&gt;I downloaded the intel python environment yesterday so all the modules included are from that release.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I uninstalled scikit&lt;STRONG&gt;s&lt;/STRONG&gt;-image (note the extras 's' on scikit) .&lt;/P&gt;

&lt;P&gt;I also uninstalled opencv because it conflicted with later versions of scikit-image.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Once I uninstalled opencv, skimage and numpy updated!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;
	&lt;STYLE type="text/css"&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ebfff1; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures}
	&lt;/STYLE&gt;
&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Total:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.7 MB&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The following NEW packages will be INSTALLED:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; jbig: &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;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; jpeg: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9b-0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; libtiff:&amp;nbsp; &amp;nbsp; &amp;nbsp; 4.0.6-3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; networkx: &amp;nbsp; &amp;nbsp; 1.11-py27_0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; pillow: &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.0.0-py27_0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; xz: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.2.2-intel_14&amp;nbsp; &amp;nbsp; intel [intel]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The following packages will be REMOVED:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; opencv: &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.4.8-np17py27_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The following packages will be UPDATED:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; numexpr:&amp;nbsp; &amp;nbsp; &amp;nbsp; 2.3.0-np17py27_0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 2.6.1-np111py27_intel_5&amp;nbsp; intel [intel]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; numpy:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.7.1-py27_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1.11.2-py27_intel_2&amp;nbsp; &amp;nbsp; &amp;nbsp; intel [intel]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; scikit-image: 0.9.3-np17py27_0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 0.12.3-np111py27_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; scipy:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.13.2-np17py27_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 0.18.1-np111py27_intel_1 intel [intel]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So it looks like opencv was gating my ability to update numpy and scikit-image.&lt;/P&gt;

&lt;P&gt;Is there a way of using opencv without reverting back to earlier versions of the other packages?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks again.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082927#M289</guid>
      <dc:creator>Scott_F_</dc:creator>
      <dc:date>2017-01-31T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Scott,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082928#M290</link>
      <description>&lt;P&gt;Scott,&lt;/P&gt;

&lt;P&gt;Glad you were able to upgrade!&lt;/P&gt;

&lt;P&gt;opencv was definitely the problem. Continuum has only one version available in the defaults channel, and that version requires numpy=1.7*.&lt;/P&gt;

&lt;P&gt;Your options for getting a newer version:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Build it yourself (I found some guides using Google)&lt;/LI&gt;
	&lt;LI&gt;Install from conda-forge (community-built conda packages)
		&lt;OL&gt;
			&lt;LI&gt;conda install opencv -c conda-forge&lt;/LI&gt;
		&lt;/OL&gt;
	&lt;/LI&gt;
	&lt;LI&gt;Wait for an Intel build of the package, which we are hoping to have a trial version of in the near future&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Let me know if options 1 or 2 work for you.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Todd&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:04:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/incomplete-scikit-distribution/m-p/1082928#M290</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-01-31T19:04:52Z</dc:date>
    </item>
  </channel>
</rss>

