<?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 Return key causes Python to hang in SSH session in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1450756#M1984</link>
    <description>&lt;P&gt;Recently, I installed Intel's Distribution for Python on three Linux machines, on all of which the process was completed easily, with the core packages installed from the Intel channel. On any of the three machines, if I enter an interactive Python session over an SSH connection (either with native SSH on Linux or PuTTY on Windows), then Python hangs on pressing the return key, either on its own or at the end of a line following a command. One of the machines I can access directly (logging on at the desktop without remotely connecting via SSH), and, when I do so, this issue does not arise.&lt;/P&gt;
&lt;P&gt;What may be causing this? Is this related to how Intel Python responds to a return key mapped through the SSH connection?&lt;/P&gt;
&lt;P&gt;Pressing Ctrl+C&lt;FONT face="courier new,courier"&gt; after it hangs&lt;/FONT&gt;, the backtrace suggests an issue with &lt;FONT face="courier new,courier"&gt;editline&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;readline&lt;/FONT&gt; modules:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;/miniconda3/lib/python3.10/site-packages/editline/_editline.cpython-310-x86_64-linux-gnu.so&lt;/LI-CODE&gt;&lt;LI-CODE lang="none"&gt;python3(PyOS_Readline+0x113)[0x557dfad75cad]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 15:51:53 GMT</pubDate>
    <dc:creator>JackReid</dc:creator>
    <dc:date>2023-01-27T15:51:53Z</dc:date>
    <item>
      <title>Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1450756#M1984</link>
      <description>&lt;P&gt;Recently, I installed Intel's Distribution for Python on three Linux machines, on all of which the process was completed easily, with the core packages installed from the Intel channel. On any of the three machines, if I enter an interactive Python session over an SSH connection (either with native SSH on Linux or PuTTY on Windows), then Python hangs on pressing the return key, either on its own or at the end of a line following a command. One of the machines I can access directly (logging on at the desktop without remotely connecting via SSH), and, when I do so, this issue does not arise.&lt;/P&gt;
&lt;P&gt;What may be causing this? Is this related to how Intel Python responds to a return key mapped through the SSH connection?&lt;/P&gt;
&lt;P&gt;Pressing Ctrl+C&lt;FONT face="courier new,courier"&gt; after it hangs&lt;/FONT&gt;, the backtrace suggests an issue with &lt;FONT face="courier new,courier"&gt;editline&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;readline&lt;/FONT&gt; modules:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;/miniconda3/lib/python3.10/site-packages/editline/_editline.cpython-310-x86_64-linux-gnu.so&lt;/LI-CODE&gt;&lt;LI-CODE lang="none"&gt;python3(PyOS_Readline+0x113)[0x557dfad75cad]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:51:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1450756#M1984</guid>
      <dc:creator>JackReid</dc:creator>
      <dc:date>2023-01-27T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451738#M1985</link>
      <description>&lt;P&gt;Further on this post, the issue appears specific to Python 3.10, and I can avoid it by downgrading to Python 3.9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Equally, the issue may arise in one of the other dependencies changed along with it. For example, &lt;FONT face="courier new,courier"&gt;pyeditline&lt;/FONT&gt; moves from &lt;FONT face="courier new,courier"&gt;2.0.1-py310_2&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;2.0.1-py39_2&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 10:29:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451738#M1985</guid>
      <dc:creator>JackReid</dc:creator>
      <dc:date>2023-01-31T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re:Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451879#M1986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Good day to you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay in getting back to you. We tried replicating the issue on multiple Linux systems and have observed the same with Intel Python 3.10. We tried connecting to the machine via SSH, Putty, Cygwin; and observed the same behavior. As you have mentioned, there are no issues with Python 3.9.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience caused and thanks for reporting the same. For the time being we request you to downgrade/use Python 3.9. We have reported this issue to the development team, and it should be fixed soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothis V James&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451879#M1986</guid>
      <dc:creator>JyothisV_Intel</dc:creator>
      <dc:date>2023-01-31T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451909#M1987</link>
      <description>&lt;P&gt;Thank you for your reply. I am reassured that others find the same, and therefore I have not made some silly mistake when installing. In retrospect, I ought to have tried downgrading earlier. Initially, I only used Python 3.10 because, as the latest version, it seemed the natural choice. None of my applications suffer from using Python 3.9, and I am happy to continue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wish the team the best in looking for the cause of the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 20:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1451909#M1987</guid>
      <dc:creator>JackReid</dc:creator>
      <dc:date>2023-01-31T20:32:01Z</dc:date>
    </item>
    <item>
      <title>Re:Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1452285#M1988</link>
      <description>&lt;P&gt;The issue has been escalated to our engineering team, we will give updates as they become available!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 18:21:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1452285#M1988</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2023-02-01T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re:Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1466601#M2006</link>
      <description>&lt;P&gt;Thank you very much again for the issue report! Our engineering team reproduced, and traced the error successfully, and the issue will be acknowledged and addressed in the next release.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this answers your question, please click the "Accept as Solution" button to indicate your issue is resolved.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2023 14:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1466601#M2006</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2023-03-16T14:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Return key causes Python to hang in SSH session</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1467331#M2008</link>
      <description>&lt;P&gt;Thank you for your reply, and for following up this query. I am happy, although not surprised, to hear that your developers have so quickly resolved the issue, and look forward to the next release.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 16:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Return-key-causes-Python-to-hang-in-SSH-session/m-p/1467331#M2008</guid>
      <dc:creator>JackReid</dc:creator>
      <dc:date>2023-03-18T16:30:53Z</dc:date>
    </item>
  </channel>
</rss>

