<?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: Unable to install Intel® Distribution for Python in AI Tools from Intel</title>
    <link>https://community.intel.com/t5/AI-Tools-from-Intel/Unable-to-install-Intel-Distribution-for-Python/m-p/1688750#M962</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/415951"&gt;@rg42&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you a lot for raising the question here.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://github.com/intel/intel-extension-for-tensorflow/blob/main/docs/install/install_for_xpu.md" target="_self"&gt;Intel® Extension for TensorFlow*&lt;/A&gt; extends the official&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/tensorflow/tensorflow" target="_blank"&gt;TensorFlow&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;capabilities, allowing TensorFlow workloads to run on Intel® Data Center GPU Max Series and client GPU Arc series, and only for linux,&amp;nbsp; so it may not suitable to install it&amp;nbsp;&amp;nbsp;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;on windows 11 with Intel i7-13650hx.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="sub_section_element_selectors"&gt;But as&amp;nbsp;&lt;/SPAN&gt;we are keeping upstream the optimization to Tensorflow offically,&amp;nbsp; you may install Tensorflow direclty :&amp;nbsp;&amp;nbsp;&lt;A href="https://www.tensorflow.org/install" target="_blank"&gt;Install TensorFlow 2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;running for your CPU.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2025 05:20:06 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2025-05-09T05:20:06Z</dc:date>
    <item>
      <title>Unable to install Intel® Distribution for Python</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/Unable-to-install-Intel-Distribution-for-Python/m-p/1678066#M930</link>
      <description>&lt;P&gt;I am referring to this documentation to install Intel's optimization for TensorFlow&lt;/P&gt;&lt;P&gt;&lt;A href="https://intel.github.io/intel-extension-for-tensorflow/latest/get_started.html#install" target="_blank" rel="noopener"&gt;Intel® Extension for TensorFlow* — Intel® Extension for TensorFlow* 0.1.dev1+ge26b4db documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I run&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;pip&lt;/SPAN&gt; &lt;SPAN class=""&gt;install&lt;/SPAN&gt; &lt;SPAN class=""&gt;--&lt;/SPAN&gt;&lt;SPAN class=""&gt;upgrade&lt;/SPAN&gt; &lt;SPAN class=""&gt;intel&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;extension&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;for&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;tensorflow&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;cpu&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;i get this error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Collecting intel-extension-for-tensorflow[cpu]
  Using cached intel_extension_for_tensorflow-0.0.0.dev1-py3-none-any.whl.metadata (2.1 kB)
WARNING: intel-extension-for-tensorflow 0.0.0.dev1 does not provide the extra 'cpu'
Using cached intel_extension_for_tensorflow-0.0.0.dev1-py3-none-any.whl (3.7 kB)
Installing collected packages: intel-extension-for-tensorflow
Successfully installed intel-extension-for-tensorflow-0.0.0.dev1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am running &lt;STRONG&gt;python 3.10 on windows 11 with Intel i7-13650hx&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;and i am trying to install this on a Conda environment which has packages from Intel&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-python-download.html" target="_blank" rel="noopener"&gt;Get Intel® Distribution for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regardless of the above error the extension is installed but when i run&lt;/P&gt;&lt;LI-CODE lang="python"&gt;python -c "import intel_extension_for_tensorflow as itex; print(itex.__version__)"&lt;/LI-CODE&gt;&lt;P&gt;i get thrown this error&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Traceback (most recent call last):
  File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ModuleNotFoundError: No module named 'intel_extension_for_tensorflow'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;but the module exists in the environment when i confirmed personally with 'conda list' and it gives&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;intel-extension-for-tensorflow 0.0.0.dev1               pypi_0    pypi&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 16:54:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/Unable-to-install-Intel-Distribution-for-Python/m-p/1678066#M930</guid>
      <dc:creator>rg42</dc:creator>
      <dc:date>2025-03-26T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install Intel® Distribution for Python</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/Unable-to-install-Intel-Distribution-for-Python/m-p/1688750#M962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/415951"&gt;@rg42&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you a lot for raising the question here.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://github.com/intel/intel-extension-for-tensorflow/blob/main/docs/install/install_for_xpu.md" target="_self"&gt;Intel® Extension for TensorFlow*&lt;/A&gt; extends the official&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/tensorflow/tensorflow" target="_blank"&gt;TensorFlow&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;capabilities, allowing TensorFlow workloads to run on Intel® Data Center GPU Max Series and client GPU Arc series, and only for linux,&amp;nbsp; so it may not suitable to install it&amp;nbsp;&amp;nbsp;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;on windows 11 with Intel i7-13650hx.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="sub_section_element_selectors"&gt;But as&amp;nbsp;&lt;/SPAN&gt;we are keeping upstream the optimization to Tensorflow offically,&amp;nbsp; you may install Tensorflow direclty :&amp;nbsp;&amp;nbsp;&lt;A href="https://www.tensorflow.org/install" target="_blank"&gt;Install TensorFlow 2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;running for your CPU.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 05:20:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/Unable-to-install-Intel-Distribution-for-Python/m-p/1688750#M962</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2025-05-09T05:20:06Z</dc:date>
    </item>
  </channel>
</rss>

