<?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 Re:Latest intel python in conda in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189816#M1480</link>
    <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Could you please confirm the OS that you are using. We had observed the issue in Linux but not in windows.&amp;nbsp;We had forwarded the case to SME for fixing it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Jul 2020 09:23:01 GMT</pubDate>
    <dc:creator>ChithraJ_Intel</dc:creator>
    <dc:date>2020-07-06T09:23:01Z</dc:date>
    <item>
      <title>Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189401#M1479</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am new to anaconda, so maybe this question is trivial. I followed the &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/using-intel-distribution-for-python-with-anaconda.html" target="_self"&gt;guide&lt;/A&gt;&amp;nbsp; to install the intel python package in the environment idp. When i execute conda list, it shows several packages from 2018, for example.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;impi_rt                   2018.0.3                intel_0  [intel]  intel
intelpython               2018.0.3                      0    intel
intelpython3_core         2018.0.3                      0    intel
intelpython3_full         2018.0.3                      0    intel
ipp                       2018.0.3                intel_0    intel
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;If I execute conda update --all , it tells that all the packages are already installed. However, if I try to install in the base environment some of these packages, &amp;nbsp; I see that the installed version is&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;intelpython               2020.1                        0    intel&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I update the packages in the idp environment?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 18:33:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189401#M1479</guid>
      <dc:creator>Lorenzo_0</dc:creator>
      <dc:date>2020-07-03T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re:Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189816#M1480</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Could you please confirm the OS that you are using. We had observed the issue in Linux but not in windows.&amp;nbsp;We had forwarded the case to SME for fixing it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2020 09:23:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189816#M1480</guid>
      <dc:creator>ChithraJ_Intel</dc:creator>
      <dc:date>2020-07-06T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189826#M1481</link>
      <description>&lt;P&gt;Hi ChithraJ,&lt;/P&gt;
&lt;P&gt;I am using Ubuntu 18.04&lt;/P&gt;
&lt;DIV class="lia-message-author-with-avatar"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jul 2020 10:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1189826#M1481</guid>
      <dc:creator>Lorenzo_0</dc:creator>
      <dc:date>2020-07-06T10:29:06Z</dc:date>
    </item>
    <item>
      <title>Re:Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190227#M1483</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In essence, this is an issue that is user OS based rather than Intel-based one - IDP (Intel Distribution of Python)will install with the version it thinks is best for your computer based on your computer's native CPython version (if it is older, IDP will try to install with a older version, like version 2018). This does not occur with user OS systems that are inherently installed with newer CPython versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To fix the issue, I suggest the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new and empty conda env : "conda create -n idp_new" [change idp_new to whatever name you would like]&lt;/LI&gt;&lt;LI&gt;Do one of the following command instead to get the latest IDP version:&lt;OL&gt;&lt;LI&gt;"conda install -c intel intelpython3_full=2020.1" [will install IDP's latest version by specifiying it]&lt;/LI&gt;&lt;LI&gt;"conda install intelpython3_full python=&amp;lt;3.6/3.7&amp;gt; -c intel" [will install IDP based on the latest Python version]&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! Please let me know if you have any more questions.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:13:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190227#M1483</guid>
      <dc:creator>ChithraJ_Intel</dc:creator>
      <dc:date>2020-07-07T12:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190235#M1485</link>
      <description>&lt;P&gt;Hi ChithraJ,&lt;/P&gt;
&lt;P&gt;Your solution worked nicely. Now I have the 2020 version in my idp environment.&lt;/P&gt;
&lt;P&gt;I have an additional question, maybe off-topic. After messing a bit around in the previous days, I got some intel packages also in the base environment. How can I remove them (or simply tell anaconda to prefer the normal ones) and keep them only in the idp environment?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190235#M1485</guid>
      <dc:creator>Lorenzo_0</dc:creator>
      <dc:date>2020-07-07T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Re:Latest intel python in conda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190651#M1487</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are glad to know that the solution worked well. To remove the Intel packages installed in base environment, you can use &lt;I&gt;Conda remove &amp;lt;package-name&amp;gt;.  &lt;/I&gt;Since your original issue got resolved, we are closing this case. Please feel free to raise a new thread if you have any further issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:37:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Latest-intel-python-in-conda/m-p/1190651#M1487</guid>
      <dc:creator>ChithraJ_Intel</dc:creator>
      <dc:date>2020-07-08T12:37:51Z</dc:date>
    </item>
  </channel>
</rss>

