<?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: Installing Qlik-SDK to EC2 Instance Ubuntu in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550116#M22915</link>
    <description>&lt;P&gt;Amazing, thanks! got that installed!&lt;/P&gt;&lt;P&gt;I had to change a couple of commands:&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Create a venv (pick a path that makes sense for your use case)&lt;BR /&gt;sudo python3 -m venv /home/emm/qlik-env&lt;/P&gt;&lt;P&gt;# Activate it&lt;BR /&gt;source /home/emm/qlik-env/bin/activate&lt;/P&gt;&lt;P&gt;# Install inside the venv&lt;BR /&gt;sudo /home/emm/qlik-env/bin/pip install qlik-sdk&lt;/P&gt;&lt;P&gt;# Confirm&lt;BR /&gt;python3 -c "import qlik_sdk; print(qlik_sdk.__version__)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for helping me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2026 10:36:42 GMT</pubDate>
    <dc:creator>richard_pearce6</dc:creator>
    <dc:date>2026-05-28T10:36:42Z</dc:date>
    <item>
      <title>Installing Qlik-SDK to EC2 Instance Ubuntu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550034#M22912</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm stuggling to import the qlik-sdk into my AWS EC2 instance Ubuntu. I've tried many, many comands so far:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richard_pearce6_0-1779894310350.png" style="width: 688px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188556iCFC39DD0115AE669/image-dimensions/688x112?v=v2" width="688" height="112" role="button" title="richard_pearce6_0-1779894310350.png" alt="richard_pearce6_0-1779894310350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The simplest sudo apt install python2-qlik-sdk gives me a not found error. I though the URL (&lt;A href="https://pypi.org/project/qlik-sdk" target="_blank"&gt;https://pypi.org/project/qlik-sdk&lt;/A&gt;) wasn't reachable but I don't think that the case from other tests&lt;/P&gt;&lt;P&gt;I've treid a more complex pipx install&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richard_pearce6_2-1779894552337.png" style="width: 769px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188558i3D6EF2BD24B539ED/image-dimensions/769x131?v=v2" width="769" height="131" role="button" title="richard_pearce6_2-1779894552337.png" alt="richard_pearce6_2-1779894552337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From the details log:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;WARNING&lt;/SPAN&gt;&lt;SPAN&gt;: Retrying (Retry(total=&lt;/SPAN&gt;&lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;, connect=None, read=None, redirect=None, status=None)) after connection broken by &lt;/SPAN&gt;&lt;SPAN&gt;'NewConnectionError('&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;pip._vendor.urllib3.connection.HTTPSConnection&lt;/SPAN&gt;&lt;SPAN&gt; object at &lt;/SPAN&gt;&lt;SPAN&gt;0x7e0bcceccaa0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;: Failed to establish a new connection: [Errno &lt;/SPAN&gt;&lt;SPAN&gt;101&lt;/SPAN&gt;&lt;SPAN&gt;] Network is unreachable')': /simple/qlik-sdk/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I apprectate this maybe more of an aws support issue although I though some of the clever technical people on here may have a simple solution for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Many thanks in advance&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 15:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550034#M22912</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2026-05-27T15:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Qlik-SDK to EC2 Instance Ubuntu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550064#M22913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35963"&gt;@richard_pearce6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following worked for me:&lt;/P&gt;&lt;P&gt;# Install python3-full if not present&lt;BR /&gt;sudo apt install python3-full python3-venv -y&lt;/P&gt;&lt;P&gt;# Create a venv (pick a path that makes sense for your use case)&lt;BR /&gt;python3 -m venv /home/emm/qlik-env&lt;/P&gt;&lt;P&gt;# Activate it&lt;BR /&gt;source /home/emm/qlik-env/bin/activate&lt;/P&gt;&lt;P&gt;# Install inside the venv&lt;BR /&gt;pip install qlik-sdk&lt;/P&gt;&lt;P&gt;# Confirm&lt;BR /&gt;python3 -c "import qlik_sdk; print(qlik_sdk.__version__)"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eduardo_Monteiro_0-1779917675015.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188573i0913A5774A1A7223/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eduardo_Monteiro_0-1779917675015.png" alt="Eduardo_Monteiro_0-1779917675015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 21:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550064#M22913</guid>
      <dc:creator>Eduardo_Monteiro</dc:creator>
      <dc:date>2026-05-27T21:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Qlik-SDK to EC2 Instance Ubuntu</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550116#M22915</link>
      <description>&lt;P&gt;Amazing, thanks! got that installed!&lt;/P&gt;&lt;P&gt;I had to change a couple of commands:&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Create a venv (pick a path that makes sense for your use case)&lt;BR /&gt;sudo python3 -m venv /home/emm/qlik-env&lt;/P&gt;&lt;P&gt;# Activate it&lt;BR /&gt;source /home/emm/qlik-env/bin/activate&lt;/P&gt;&lt;P&gt;# Install inside the venv&lt;BR /&gt;sudo /home/emm/qlik-env/bin/pip install qlik-sdk&lt;/P&gt;&lt;P&gt;# Confirm&lt;BR /&gt;python3 -c "import qlik_sdk; print(qlik_sdk.__version__)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for helping me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 10:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Installing-Qlik-SDK-to-EC2-Instance-Ubuntu/m-p/2550116#M22915</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2026-05-28T10:36:42Z</dc:date>
    </item>
  </channel>
</rss>

