<?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 Intel distribution for Python in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intelpython3-raise-RuntimeError-quot-The-WebAgg-backend-requires/m-p/1135596#M898</link>
    <description>&lt;P&gt;Intel distribution for Python does not ship tornado for various reasons.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You should be able to install tornado from the main channel using "conda install tornado".&lt;/P&gt;&lt;P&gt;Should it not be possible to install Tornado, please change the backend used by matplotlib to one in "matplotlib.rcsetup.all_backends" using&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;import matplotlib as mpl
mpl.use(preferred_backend)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 19:41:24 GMT</pubDate>
    <dc:creator>Oleksandr_P_Intel</dc:creator>
    <dc:date>2019-11-07T19:41:24Z</dc:date>
    <item>
      <title>Intelpython3 - raise RuntimeError("The WebAgg backend requires Tornado.")</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intelpython3-raise-RuntimeError-quot-The-WebAgg-backend-requires/m-p/1135595#M897</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I finished installing&amp;nbsp;Intel® Parallel Studio XE Cluster Edition for Linux* onto my machine, current OS:&amp;nbsp;Linux Mint 19.2 Tina \n \l&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;unable to execute my python scripts which utilize matplotlib.&lt;/P&gt;&lt;P&gt;when running a script which calls "import matplotlib.pyplot as plt" I receive the following error.&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/home/cyrus/intel/intelpython3/lib/python3.6/site-packages/matplotlib/backends/backend_webagg.py", line 26, in&lt;BR /&gt;&amp;nbsp;&amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; import tornado&lt;BR /&gt;ModuleNotFoundError: No module named 'tornado'&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "postn.py", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; import matplotlib.pyplot as plt&lt;BR /&gt;&amp;nbsp; File "/home/cyrus/intel/intelpython3/lib/python3.6/site-packages/matplotlib/pyplot.py", line 2355, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; switch_backend(rcParams["backend"])&lt;BR /&gt;&amp;nbsp; File "/home/cyrus/intel/intelpython3/lib/python3.6/site-packages/matplotlib/pyplot.py", line 221, in switch_backend&lt;BR /&gt;&amp;nbsp; &amp;nbsp; backend_mod = importlib.import_module(backend_name)&lt;BR /&gt;&amp;nbsp; File "/home/cyrus/intel/intelpython3/lib/python3.6/importlib/__init__.py", line 126, in import_module&lt;BR /&gt;&amp;nbsp; &amp;nbsp; return _bootstrap._gcd_import(name[level:], package, level)&lt;BR /&gt;&amp;nbsp; File "/home/cyrus/intel/intelpython3/lib/python3.6/site-packages/matplotlib/backends/backend_webagg.py", line 28, in&lt;BR /&gt;&amp;nbsp;&amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; raise RuntimeError("The WebAgg backend requires Tornado.")&lt;BR /&gt;RuntimeError: The WebAgg backend requires Tornado.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed&amp;nbsp;Tornado through apt-get install python-tornado but the error still remains.&lt;/P&gt;&lt;P&gt;I am somewhat new to linux so I maybe missing something trival...&lt;/P&gt;&lt;P&gt;Can anyone suggest a way to fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intelpython3-raise-RuntimeError-quot-The-WebAgg-backend-requires/m-p/1135595#M897</guid>
      <dc:creator>jordan__cyrus</dc:creator>
      <dc:date>2019-11-06T16:57:53Z</dc:date>
    </item>
    <item>
      <title>Intel distribution for Python</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intelpython3-raise-RuntimeError-quot-The-WebAgg-backend-requires/m-p/1135596#M898</link>
      <description>&lt;P&gt;Intel distribution for Python does not ship tornado for various reasons.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You should be able to install tornado from the main channel using "conda install tornado".&lt;/P&gt;&lt;P&gt;Should it not be possible to install Tornado, please change the backend used by matplotlib to one in "matplotlib.rcsetup.all_backends" using&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;import matplotlib as mpl
mpl.use(preferred_backend)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 19:41:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intelpython3-raise-RuntimeError-quot-The-WebAgg-backend-requires/m-p/1135596#M898</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2019-11-07T19:41:24Z</dc:date>
    </item>
  </channel>
</rss>

