<?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: 100% repeatable errors and warnings at first install in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232669#M1568</link>
    <description>&lt;P&gt;Hey Kurt,&amp;nbsp;&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&gt;The issue might be because some of the packages in the "base"&amp;nbsp; environment might have conflicts when trying to update conda. To solve the issue could you please install intel python using conda commands&amp;nbsp; in a fresh conda environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find below steps to be followed&lt;/P&gt;
&lt;P&gt;1) Download and install anaconda by following steps in&amp;nbsp; the below link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.anaconda.com/anaconda/install/windows/" target="_blank" rel="noopener"&gt;https://docs.anaconda.com/anaconda/install/windows/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)Run the following commands to install intel-python with conda in a new conda environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conda update conda

conda config --add channels intel

conda create -n idp intelpython3_core python=3.7

source activate idp&lt;/LI-CODE&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&gt;Please try these out and let us know if you are still facing issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 10:26:54 GMT</pubDate>
    <dc:creator>ArunJ_Intel</dc:creator>
    <dc:date>2020-11-30T10:26:54Z</dc:date>
    <item>
      <title>100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232409#M1566</link>
      <description>&lt;P&gt;I can get this error repeateably:&lt;/P&gt;&lt;P&gt;In win10:&lt;/P&gt;&lt;P&gt;Unzip the intel python into a directory. Rename the installed directory from Intelpython3 to intelpython.&lt;/P&gt;&lt;P&gt;Open powershell.&lt;/P&gt;&lt;P&gt;type&lt;/P&gt;&lt;P&gt;./setup_intel_python.bat&lt;/P&gt;&lt;P&gt;get warning: The system cannot find the path specified.&lt;/P&gt;&lt;P&gt;Continue:&lt;/P&gt;&lt;P&gt;type:&lt;/P&gt;&lt;DIV class="toolbar show"&gt;&lt;DIV class="toolbar-item"&gt;&lt;A target="_blank"&gt;Copy Code&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;conda config --add channels intel&lt;/PRE&gt;&lt;P&gt;Warning: 'intel" already in "channels" list, moving to the top&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;type:&lt;/P&gt;&lt;P&gt;conda init powershell&lt;/P&gt;&lt;P&gt;Operation failed.&lt;/P&gt;&lt;P&gt;conda update conda&lt;/P&gt;&lt;P&gt;WARNING conda.core.prefix_data:_load_single_record(190): Ignoring malformed prefix record at: C:\Users\kurt\intelpython\conda-meta\tbb-2020.3-intel_311.json&lt;/P&gt;&lt;P&gt;it looks like tbb is installed:&lt;/P&gt;&lt;P&gt;Downloading and Extracting Packages&lt;BR /&gt;tbb-2020.3 | 286 KB | ############################################################################ | 100%&lt;BR /&gt;Preparing transaction: done&lt;BR /&gt;Verifying transaction: done&lt;BR /&gt;Executing transaction: done&lt;/P&gt;&lt;P&gt;do it again:&lt;/P&gt;&lt;P&gt;ERROR conda.core.link:_execute(700): An error occurred while uninstalling package '&amp;lt;unknown&amp;gt;/win-64::tbb4py-2020.3-py37_intel_1'.&lt;BR /&gt;Rolling back transaction: done&lt;/P&gt;&lt;P&gt;ValueError('Attempted to make prefix record for unknown package type: tbb4py-2020.3-py37_intel_1')&lt;BR /&gt;()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is 100% repeatable and unacceptable.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kurt&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 21:27:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232409#M1566</guid>
      <dc:creator>peters__kurt</dc:creator>
      <dc:date>2020-11-28T21:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: 100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232416#M1567</link>
      <description>&lt;P&gt;I probably should have mentioned that I'm using the latest .zip:&amp;nbsp;w_pythoni3_p_2020.4.912.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Nov 2020 23:00:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232416#M1567</guid>
      <dc:creator>peters__kurt</dc:creator>
      <dc:date>2020-11-28T23:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: 100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232669#M1568</link>
      <description>&lt;P&gt;Hey Kurt,&amp;nbsp;&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&gt;The issue might be because some of the packages in the "base"&amp;nbsp; environment might have conflicts when trying to update conda. To solve the issue could you please install intel python using conda commands&amp;nbsp; in a fresh conda environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find below steps to be followed&lt;/P&gt;
&lt;P&gt;1) Download and install anaconda by following steps in&amp;nbsp; the below link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.anaconda.com/anaconda/install/windows/" target="_blank" rel="noopener"&gt;https://docs.anaconda.com/anaconda/install/windows/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)Run the following commands to install intel-python with conda in a new conda environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conda update conda

conda config --add channels intel

conda create -n idp intelpython3_core python=3.7

source activate idp&lt;/LI-CODE&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&gt;Please try these out and let us know if you are still facing issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 10:26:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1232669#M1568</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-11-30T10:26:54Z</dc:date>
    </item>
    <item>
      <title>Re:100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1233504#M1569</link>
      <description>&lt;P&gt;Hey Kurt,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have you tried out the conda installation ?. Let us know if you are still facing issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 13:34:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1233504#M1569</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2020-12-02T13:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re:100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1233945#M1570</link>
      <description>&lt;P&gt;Doing a complete install isn't possible that way. I currently gave up and am just installing python 9 and not using intel acceleration.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 16:00:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1233945#M1570</guid>
      <dc:creator>peters__kurt</dc:creator>
      <dc:date>2020-12-03T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re:100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1236080#M1571</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am an engineer that has been looking into your issue. I was able to reproduce your issue, and have notified the relevant software engineers about this issue with 2020.4 version of Intel Distribution for Python.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Some suggestions for you, if you would still like to try enable the accelerations that come with Intel Distribution for Python:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have a newer version of Intel Distribution for Python available, intel Python 2021.1! This comes with even more accelerations and &lt;B&gt;a simpler installation &lt;/B&gt;set-up that is used across all oneAPI components. I tried these instructions myself and they were successful.&lt;OL&gt;&lt;LI&gt;See the full directions here: &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html&lt;/A&gt;&lt;OL&gt;&lt;LI&gt;To summarize, once you've downloaded the executable installer, in the directory of the installer, click it  and follow the prompts in the GUI accordingly. You can also run this executable from the command prompt.&lt;/LI&gt;&lt;LI&gt; In the installation directory, u&lt;SPAN style="font-family: Arial, sans-serif; font-size: 10pt;"&gt;se command “.\setvars.bat” or ".\&amp;lt;install_dir&amp;gt;\intelpython\latest\env\vars.sh” in the command prompt to activate the IDP component.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 10pt;"&gt;Use command "conda activate base" (this will activate into the IDP conda env). Then you're ready to go!&lt;SPAN class="ql-cursor"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;You can still get all of the accelerations from Intel Python if you already have Anaconda installed. Execute the following commands in the Anaconda prompt (note that the first two commands are optional if you have already executed them). Note that the third command is installing &lt;B&gt;"intelpython3_full&lt;/B&gt;", which includes all of the latest IDP accelerations.&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace;"&gt;conda update conda&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace;"&gt;conda config --add channels intel&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace;"&gt;conda create -n idp -c intel intelpython3_full python=3.7&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14px; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace;"&gt;source activate idp&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! Please let us know if you are still facing issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2020 19:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1236080#M1571</guid>
      <dc:creator>Rachel_O_Intel</dc:creator>
      <dc:date>2020-12-10T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re:100% repeatable errors and warnings at first install</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1237575#M1572</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;This thread will no longer be supported by Intel, please raise a new thread if you have any further issues.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Dec 2020 19:37:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/100-repeatable-errors-and-warnings-at-first-install/m-p/1237575#M1572</guid>
      <dc:creator>Rachel_O_Intel</dc:creator>
      <dc:date>2020-12-15T19:37:35Z</dc:date>
    </item>
  </channel>
</rss>

