<?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: eIQ Toolkit: python missing ssl in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2325181#M244235</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260114"&gt;@TomFoy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The eIQ Toolkit is trying to load OpenSSL 1.1 (libssl.so.1.1), but Ubuntu 22.04 only provides OpenSSL 3 (libssl.so.3). Because libssl.so.1.1 is missing, the Toolkit Python cannot import ssl, and pip cannot use HTTPS.&lt;/P&gt;&lt;P&gt;One option is to use the host python3 (via a venv) to install downloads/requirements.txt. Also another approach you can try is to&amp;nbsp;install OpenSSL 1.1 compatibility libraries so the Toolkit Python can load libssl.so.1.1.&lt;/P&gt;&lt;P&gt;Let us know how this goes and feel free to reach out to us for more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felipe Solano&lt;BR /&gt;Embedded SW Engineer at RidgeRun&lt;BR /&gt;Contact us: support@ridgerun.com&lt;BR /&gt;Developers wiki: &lt;A href="https://developer.ridgerun.com" target="_blank"&gt;https://developer.ridgerun.com&lt;/A&gt;&lt;BR /&gt;Website: &lt;A href="http://www.ridgerun.com" target="_blank"&gt;www.ridgerun.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2026 20:09:58 GMT</pubDate>
    <dc:creator>FSolano</dc:creator>
    <dc:date>2026-03-02T20:09:58Z</dc:date>
    <item>
      <title>eIQ Toolkit: python missing ssl</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2321046#M244127</link>
      <description>&lt;P&gt;Hello - I'm trying to setup the eIQ Toolkit from following the demo instructions in&amp;nbsp;&lt;A href="https://github.com/nxp-imx/nxp-nnstreamer-examples/tree/main/downloads" target="_self"&gt;nxp-nnstreamer-examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As per the instructions, I have installed the eIQ Toolkit (in /opt/nxp) - however when installing the supplementary packages with this command:&lt;/P&gt;&lt;PRE&gt;python -m pip install -r &amp;lt;nxp-nnstreamer-examples&amp;gt;/downloads/requirements.txt&lt;/PRE&gt;&lt;P&gt;I keep hitting this warning:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems that the python SSL module is not present in the eIQ Toolkit python environment:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ python -c "import ssl; print(ssl.OPENSSL_VERSION_INFO)"&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "/opt/nxp/eIQ_Toolkit_v1.17.0/python/lib/python3.10/ssl.py", line 99, in &amp;lt;module&amp;gt;&lt;BR /&gt;import _ssl # if we can't import it, let the error propagate&lt;BR /&gt;ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, I have this installed correctly on my main environment on this host PC (outside of the eIQ Toolkit environment):&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$ python -c "import ssl; print(ssl.OPENSSL_VERSION_INFO)"&lt;BR /&gt;(3, 0, 0, 2, 0)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any ideas how to fix this? It's particularly puzzling as this is just by following the demo examples from nxp-nnstreamer-examples.&lt;/P&gt;&lt;P&gt;This is on Ubuntu 22.04.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 20:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2321046#M244127</guid>
      <dc:creator>TomFoy1</dc:creator>
      <dc:date>2026-02-22T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ Toolkit: python missing ssl</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2325181#M244235</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260114"&gt;@TomFoy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The eIQ Toolkit is trying to load OpenSSL 1.1 (libssl.so.1.1), but Ubuntu 22.04 only provides OpenSSL 3 (libssl.so.3). Because libssl.so.1.1 is missing, the Toolkit Python cannot import ssl, and pip cannot use HTTPS.&lt;/P&gt;&lt;P&gt;One option is to use the host python3 (via a venv) to install downloads/requirements.txt. Also another approach you can try is to&amp;nbsp;install OpenSSL 1.1 compatibility libraries so the Toolkit Python can load libssl.so.1.1.&lt;/P&gt;&lt;P&gt;Let us know how this goes and feel free to reach out to us for more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felipe Solano&lt;BR /&gt;Embedded SW Engineer at RidgeRun&lt;BR /&gt;Contact us: support@ridgerun.com&lt;BR /&gt;Developers wiki: &lt;A href="https://developer.ridgerun.com" target="_blank"&gt;https://developer.ridgerun.com&lt;/A&gt;&lt;BR /&gt;Website: &lt;A href="http://www.ridgerun.com" target="_blank"&gt;www.ridgerun.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 20:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2325181#M244235</guid>
      <dc:creator>FSolano</dc:creator>
      <dc:date>2026-03-02T20:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ Toolkit: python missing ssl</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2325722#M244264</link>
      <description>&lt;P&gt;Thanks Felipe!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 19:07:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Toolkit-python-missing-ssl/m-p/2325722#M244264</guid>
      <dc:creator>TomFoy1</dc:creator>
      <dc:date>2026-03-03T19:07:47Z</dc:date>
    </item>
  </channel>
</rss>

