<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[pip install fails with a segfault for paho-mqtt]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">i'm fiddling with getting the AWS IoT stack running on my Onion board, but when i use pip to install the paho-mqtt - or attempt to install the aws cli in the same way I just get a segmentation fault.</p>
<p dir="auto">is there something obvious that i'm doing wrong? is it likely to be a memory constraint?</p>
<p dir="auto">i have pulled in the python / aws iot code from the Yun integration with a view to poking that a bit, but it also barfs with the same result as the pip install process.</p>
<p dir="auto">any insight would be welcome!</p>
<p dir="auto">regards,</p>
<p dir="auto">nick</p>
]]></description><link>http://community.onion.io/topic/234/pip-install-fails-with-a-segfault-for-paho-mqtt</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 09:05:31 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/234.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Dec 2015 16:11:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pip install fails with a segfault for paho-mqtt on Tue, 08 Dec 2015 16:11:23 GMT]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">i'm fiddling with getting the AWS IoT stack running on my Onion board, but when i use pip to install the paho-mqtt - or attempt to install the aws cli in the same way I just get a segmentation fault.</p>
<p dir="auto">is there something obvious that i'm doing wrong? is it likely to be a memory constraint?</p>
<p dir="auto">i have pulled in the python / aws iot code from the Yun integration with a view to poking that a bit, but it also barfs with the same result as the pip install process.</p>
<p dir="auto">any insight would be welcome!</p>
<p dir="auto">regards,</p>
<p dir="auto">nick</p>
]]></description><link>http://community.onion.io/post/1906</link><guid isPermaLink="true">http://community.onion.io/post/1906</guid><dc:creator><![CDATA[nick holmes]]></dc:creator><pubDate>Tue, 08 Dec 2015 16:11:23 GMT</pubDate></item><item><title><![CDATA[Reply to pip install fails with a segfault for paho-mqtt on Tue, 08 Dec 2015 17:35:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/708">@nick-holmes</a>, can you copy and paste the terminal output when you try to do pip install?</p>
]]></description><link>http://community.onion.io/post/1913</link><guid isPermaLink="true">http://community.onion.io/post/1913</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Tue, 08 Dec 2015 17:35:52 GMT</pubDate></item><item><title><![CDATA[Reply to pip install fails with a segfault for paho-mqtt on Tue, 08 Dec 2015 23:54:28 GMT]]></title><description><![CDATA[<p dir="auto">sure.. it's not very enlightening [tried twice!]:</p>
<pre><code>root@Omega-0E3F:/# pip install paho-mqtt
Downloading/unpacking paho-mqtt
Segmentation fault
root@Omega-0E3F:/# pip install paho-mqtt
Downloading/unpacking paho-mqtt
Segmentation fault
</code></pre>
<p dir="auto">it will install from source with the "python <a href="http://setup.py" rel="nofollow">setup.py</a> install" command.</p>
]]></description><link>http://community.onion.io/post/1931</link><guid isPermaLink="true">http://community.onion.io/post/1931</guid><dc:creator><![CDATA[nick holmes]]></dc:creator><pubDate>Tue, 08 Dec 2015 23:54:28 GMT</pubDate></item><item><title><![CDATA[Reply to pip install fails with a segfault for paho-mqtt on Tue, 08 Dec 2015 23:55:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/708">@nick-holmes</a> Can you try the <code>pip</code> command with <code>--verbose</code> flag? Perhaps it will show us a bit more?</p>
]]></description><link>http://community.onion.io/post/1940</link><guid isPermaLink="true">http://community.onion.io/post/1940</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Tue, 08 Dec 2015 23:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to pip install fails with a segfault for paho-mqtt on Mon, 18 Mar 2019 08:30:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a><br />
This happens for each and every package I try to install.<br />
Here is the output with a verbose flag:<br />
-------------------------------------------------for django-----------------------------------------------------<br />
<a href="mailto:someuser@someserver.in" rel="nofollow">someuser@someserver.in</a> [~/dir1/dir2/dir3]# pip --verbose install django<br />
Created temporary directory: /tmp/pip-ephem-wheel-cache-q3fvj_33<br />
Created temporary directory: /tmp/pip-req-tracker-dayy56nk<br />
Created requirements tracker '/tmp/pip-req-tracker-dayy56nk'<br />
Created temporary directory: /tmp/pip-install-v_h65hvw<br />
Collecting django<br />
1 location(s) to search for versions of django:</p>
<ul>
<li><a href="https://pypi.org/simple/django/" rel="nofollow">https://pypi.org/simple/django/</a><br />
Getting page <a href="https://pypi.org/simple/django/" rel="nofollow">https://pypi.org/simple/django/</a><br />
Looking up "<a href="https://pypi.org/simple/django/" rel="nofollow">https://pypi.org/simple/django/</a>" in the cache<br />
Current age based on date: 14429024<br />
Freshness lifetime from max-age: 600<br />
Freshness lifetime from request max-age: 600<br />
Starting new HTTPS connection (1): <a href="http://pypi.org:443" rel="nofollow">pypi.org:443</a><br />
Segmentation fault</li>
</ul>
<p dir="auto">--------------------------------------------for another package----------------------------------------</p>
<p dir="auto"><a href="mailto:someuser@someserver.in" rel="nofollow">someuser@someserver.in</a> [~/dir1/dir2/dir3]# pip --verbose install pyipcalc<br />
Created temporary directory: /tmp/pip-ephem-wheel-cache-__h53ij2<br />
Created temporary directory: /tmp/pip-req-tracker-qtixt2kl<br />
Created requirements tracker '/tmp/pip-req-tracker-qtixt2kl'<br />
Created temporary directory: /tmp/pip-install-75_cuvdj<br />
Collecting pyipcalc<br />
1 location(s) to search for versions of pyipcalc:</p>
<ul>
<li><a href="https://pypi.org/simple/pyipcalc/" rel="nofollow">https://pypi.org/simple/pyipcalc/</a><br />
Getting page <a href="https://pypi.org/simple/pyipcalc/" rel="nofollow">https://pypi.org/simple/pyipcalc/</a><br />
Looking up "<a href="https://pypi.org/simple/pyipcalc/" rel="nofollow">https://pypi.org/simple/pyipcalc/</a>" in the cache<br />
No cache entry available<br />
Starting new HTTPS connection (1): <a href="http://pypi.org:443" rel="nofollow">pypi.org:443</a><br />
Segmentation fault</li>
</ul>
]]></description><link>http://community.onion.io/post/19214</link><guid isPermaLink="true">http://community.onion.io/post/19214</guid><dc:creator><![CDATA[Abhishek Madhu]]></dc:creator><pubDate>Mon, 18 Mar 2019 08:30:20 GMT</pubDate></item></channel></rss>