<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 5, 2022, 11:00 AM Luiz Carlos Ramos via SlackBuilds-users <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
today I tried to upgrade Pitivi version to the last one, and it turns<br>
out that the final binary (in fact, a Python3 script) didn't run,<br>
showing signs of a missing matplotlib.<br>
<br>
Digging a little bit, one found that the problem was on two<br>
dependencies, kiwisolver and cycler, which didn't have the Python3<br>
version built.<br>
<br>
I could solve it including in these packages a command to build Python3<br>
bits along the Python2 ones, like that:<br>
<br>
     python setup.py install --root $PKG <br>
[+]  python3 setup.py install --root $PKG <br>
<br>
and rebuilding kiwisource and cycler.<br>
<br>
Conversely to what the error message points, it seems there is no need<br>
to install the whole matplotlib. By the way, the current matplotlib SBo<br>
lacks Python3 support.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I'm the maintainer of pitivi. It relies on python3-matplotlib, not the regular matplotlib on SBo. It should build properly with the dependencies listed on REQUIRES line in the <a href="http://pitivi.info">pitivi.info</a>. I tested it on a clean VM using sqg and sbopkg before I submitted it. If I missed something, let me know.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div>