<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace;font-size:x-small">there is a separate package for the python3 version of matplotlib: development/python3-matplotlib<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 5 Mar 2022 at 18:00, 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);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>
<br>
Hope it helps,<br>
<br>
Luiz Ramos<br>
lramos dot prof at yahoo dot com dot br<br>
Sao Paulo - Brazil<br>
<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>