<?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 Hello, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117773#M683</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After having read some posts here, and having developed a serious allergy to dependency conflicts in Anaconda, I installed the Intel distribution separately, in its own environment, and with all needed packages, including pyqt (conda install loads a different version of qt, 5.9.6, anaconda has 5.9.7, but "intel conda" refuses to update it). The "use('Qt5Agg')" in Matplotlib is accepted, does something, and then, trying to import QtGui, and other entities, it issues:&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;File "C:\intelpython3\lib\site-packages\matplotlib\backends\qt_compat.py", line 158, in &amp;lt;module&amp;gt; raise ImportError("Failed to import any qt binding") ImportError: Failed to import any qt binding&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;More concretely, executing manually some commands:&lt;/P&gt;
&lt;P&gt;- PyQt5 loads without complaining. And then:&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;from PyQt5 import QtCore, QtGui, QtWidgets&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;bombs, with&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;ImportError: DLL load failed: Le module spécifié est introuvable.&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;Perhaps I have forgotten to install something, but what?...&lt;/P&gt;
&lt;P&gt;Thanks. J.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 21:20:59 GMT</pubDate>
    <dc:creator>karczmarczuk__jerzy</dc:creator>
    <dc:date>2019-02-12T21:20:59Z</dc:date>
    <item>
      <title>Spyder IDE</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117770#M680</link>
      <description>&lt;P&gt;Has anyone succeeded to install Spyder with Intel Python?&lt;/P&gt;

&lt;P&gt;I am not used to conda, but whenever I try:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;C:\IntelPython35&amp;gt;Scripts\conda install spyder
Fetching package metadata: ......
Solving package specifications: ....

The following specifications were found to be in conflict:
  - spyder -&amp;gt; pyqt
Use "conda info &amp;lt;package&amp;gt;" to see the dependencies for each package.&lt;/PRE&gt;

&lt;P&gt;Then, if I try pyqt, it complains on qt and then, a cryptic message:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;C:\IntelPython35&amp;gt;Scripts\conda install qt
Fetching package metadata: ......
Solving package specifications: ....

The following specifications were found to be in conflict:
  - qt -&amp;gt; @vc10
  - qt -&amp;gt; @vc14
  - qt -&amp;gt; @vc9
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-size: 1em; line-height: 1.5;"&gt;I do have Visual Studio 2015 configured in my system, and I also used the correct system variables...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;What should I try next?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Rafael&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 13:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117770#M680</guid>
      <dc:creator>RPint</dc:creator>
      <dc:date>2016-05-05T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Rafael,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117771#M681</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Rafael&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you for trying the Intel(R) Distribution for Python.&lt;/P&gt;

&lt;P&gt;Unfortunately, it looks like our current distribution is not compatible with Continuum's qt on Windows. The @strings in those cryptic "qt -&amp;gt; @vc10" lines refer to conda "features" that must be installed in order for conda to consider the package compatible. The "vc9", "vc10", and "vc14" features are currently only implemented with the installation of Continuum's python.&lt;/P&gt;

&lt;P&gt;Our upcoming Beta update should resolve this problem and allow installation of packages such as qt from Continuum.&lt;/P&gt;

&lt;P&gt;Until then, your best option is probably to &lt;A href="https://riverbankcomputing.com/software/pyqt/download" target="_blank"&gt;install pyqt manually&lt;/A&gt;&amp;nbsp;and then "pip install spyder".&lt;/P&gt;

&lt;P&gt;Be Well,&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 15:15:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117771#M681</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2016-05-05T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117772#M682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It is with pleasure that I inform you that Intel Python Beta is able to install pyqt using Conda! You just need to setup the IntelPython environment in Conda.&lt;/P&gt;

&lt;P&gt;Thanks Intel!&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Rafael Pinto&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:50:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117772#M682</guid>
      <dc:creator>RPint</dc:creator>
      <dc:date>2016-06-14T13:50:06Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117773#M683</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After having read some posts here, and having developed a serious allergy to dependency conflicts in Anaconda, I installed the Intel distribution separately, in its own environment, and with all needed packages, including pyqt (conda install loads a different version of qt, 5.9.6, anaconda has 5.9.7, but "intel conda" refuses to update it). The "use('Qt5Agg')" in Matplotlib is accepted, does something, and then, trying to import QtGui, and other entities, it issues:&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;File "C:\intelpython3\lib\site-packages\matplotlib\backends\qt_compat.py", line 158, in &amp;lt;module&amp;gt; raise ImportError("Failed to import any qt binding") ImportError: Failed to import any qt binding&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;More concretely, executing manually some commands:&lt;/P&gt;
&lt;P&gt;- PyQt5 loads without complaining. And then:&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;from PyQt5 import QtCore, QtGui, QtWidgets&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;bombs, with&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark;"&gt;&lt;STRONG&gt;ImportError: DLL load failed: Le module spécifié est introuvable.&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;Perhaps I have forgotten to install something, but what?...&lt;/P&gt;
&lt;P&gt;Thanks. J.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:20:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117773#M683</guid>
      <dc:creator>karczmarczuk__jerzy</dc:creator>
      <dc:date>2019-02-12T21:20:59Z</dc:date>
    </item>
    <item>
      <title>I tried to install spyder</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117774#M684</link>
      <description>&lt;P&gt;I tried to install spyder with the last 2019 v. 3&lt;/P&gt;&lt;P&gt;and I got this:&lt;/P&gt;&lt;P&gt;menuinst Exception&lt;BR /&gt;LinkError: post-link script failed for package defaults::ipykernel-4.10.0-py27_0&lt;/P&gt;&lt;P&gt;In my opinion Intel makes too much noise with their python. Anaconda is also based on the mkl libraries.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:17:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117774#M684</guid>
      <dc:creator>sylvian_k_</dc:creator>
      <dc:date>2019-03-08T17:17:30Z</dc:date>
    </item>
    <item>
      <title>The previous post was based</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117775#M685</link>
      <description>&lt;P&gt;The previous post was based on "scripts\conda.exe install spyder" (in python_2.7).&lt;/P&gt;&lt;P&gt;I tried also:&lt;/P&gt;&lt;P&gt;"python -m pip install spider"&lt;/P&gt;&lt;P&gt;and apparently a spyder.exe appeared in the scripts folder (all this in Windows10).&lt;/P&gt;&lt;P&gt;But, trying to execute the above spider.exe I am getting:&lt;/P&gt;&lt;P&gt;"python2.exe - Ordinal not found.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;The ordinal 242 could not be located in the dynamic link library D:\intelpython2\Library\mkl_intel_thread.dll."&lt;/P&gt;&lt;P&gt;Now, I guess this intelpython2 is a 64 bit application, because I am getting the same error from the last Anaconda2 64 bit. Anaconda2 32 bit is working without errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:26:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117775#M685</guid>
      <dc:creator>sylvian_k_</dc:creator>
      <dc:date>2019-03-08T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Looks like Spyder is not</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117776#M686</link>
      <description>&lt;P&gt;Looks like Spyder is not working after the recent update with Intel. Again.&lt;/P&gt;&lt;P&gt;conda install spyder -c intel --no-update-deps&lt;BR /&gt;Collecting package metadata: done&lt;BR /&gt;Solving environment: \&lt;BR /&gt;The environment is inconsistent, please check the package plan carefully&lt;BR /&gt;The following packages are causing the inconsistency:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - intel/win-64::intelpython3_full==0.0.0.custom=0&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 21:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117776#M686</guid>
      <dc:creator>Bulavas__Viktoras</dc:creator>
      <dc:date>2019-03-28T21:50:00Z</dc:date>
    </item>
    <item>
      <title>Looks like Spyder is not an</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117777#M687</link>
      <description>&lt;P&gt;Looks like Spyder is not an option with Intel performance libraries:&lt;/P&gt;&lt;P&gt;conda install spyder -c intel --no-update-deps&lt;BR /&gt;Collecting package metadata: done&lt;BR /&gt;Solving environment: \&lt;BR /&gt;The environment is inconsistent, please check the package plan carefully&lt;BR /&gt;The following packages are causing the inconsistency:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - intel/win-64::intelpython3_full==0.0.0.custom=0&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:46:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Spyder-IDE/m-p/1117777#M687</guid>
      <dc:creator>Bulavas__Viktoras</dc:creator>
      <dc:date>2019-04-11T15:46:50Z</dc:date>
    </item>
  </channel>
</rss>

