<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, May 3, 2016 at 4:20 PM <<a href="mailto:scalet@yebu.de">scalet@yebu.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
sorry for starting a discussion being a little off topic at<br>
the very beginning already.<br>
<br>
It is a more generic python question,<br>
but I think PyQt(5) is a good example.<br>
<br>
Ubuntu:<br>
Normally when installing new python modules, I go that road:<br>
When I find it in the apt repository (standard) and I do not<br>
have a very urgent reason to have a bleeding edge version)<br>
I will use this. If not, I do a pip3 install. If not even<br>
available for pip ... oke, that's another story.<br>
<br>
I feel this way, I get the most stable system.<br>
<br>
I would appreciate your comments on the subject!<br>
<br>
(Same with MacOSX, here using brew rather than apt-get)<br>
<br>
Best,<br>
Karl.<br></blockquote><br></div><div class="gmail_quote">You have only wheel for Windows and Mac on pip (it's a limitation of wheel) this mean apt-get is still the best way to install.</div><div class="gmail_quote"><br></div><div class="gmail_quote">For mac I will now use the wheel instead of the brew version (even if I love brew) for multiple reasons:</div><div class="gmail_quote">* the brew package is compiled for a specific version of OSX and will fail on older version (if you want to freeze the application)</div><div class="gmail_quote">* brew is always the last version, with pip and virtualenv you can have different versions by project</div><div class="gmail_quote"><br></div><div class="gmail_quote">Best</div><div class="gmail_quote">Julien</div></div>