<div dir="ltr"><div>Looks like your PyQt package is not compatible with the installed sip package.  I get similar errors on calibre 1.x versions because I upgraded sip to a newer version for building PyQt5.  You might want to reinstall PyQt and sip on the system that is giving you problems.<br><br></div>--Larry<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 13, 2014 at 1:30 PM, Jim Diamond <span dir="ltr"><<a href="mailto:Jim.Diamond@acadiau.ca" target="_blank">Jim.Diamond@acadiau.ca</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to compile matplotlib on some Slackware64 14.1 systems, all<br>
with multilib.<br>
<br>
On 2 of the 3, it compiles fine using sboinstall and/or sboupgrade.<br>
<br>
On the third, my attempts are rewarded with the following:<br>
<br>
...<br>
BUILDING MATPLOTLIB<br>
            matplotlib: yes [1.4.2]<br>
                python: yes [2.7.5 (default, May 29 2013, 02:28:51)  [GCC<br>
                        4.8.0]]<br>
              platform: yes [linux2]<br>
<br>
REQUIRED DEPENDENCIES AND EXTENSIONS<br>
                 numpy: yes [version 1.9.1]<br>
                   six: yes [using six version 1.8.0]<br>
              dateutil: yes [using dateutil version 2.2]<br>
                  pytz: yes [using pytz version 2013.8]<br>
               tornado: yes [using tornado version 4.0.2]<br>
             pyparsing: yes [using pyparsing version 2.0.1]<br>
                 pycxx: yes [Couldn't import.  Using local copy.]<br>
                libagg: yes [pkg-config information for 'libagg' could not<br>
                        be found. Using local copy.]<br>
              freetype: yes [version 2.5.0]<br>
                   png: yes [version 1.4.12]<br>
                 qhull: yes [pkg-config information for 'qhull' could not be<br>
                        found. Using local copy.]<br>
<br>
OPTIONAL SUBPACKAGES<br>
           sample_data: yes [installing]<br>
              toolkits: yes [installing]<br>
                 tests: no  [skipping due to configuration]<br>
        toolkits_tests: no  [skipping due to configuration]<br>
<br>
OPTIONAL BACKEND EXTENSIONS<br>
                macosx: no  [Mac OS-X only]<br>
                qt5agg: no  [PyQt5 not found]<br>
Traceback (most recent call last):<br>
  File "setup.py", line 155, in <module><br>
    result = package.check()<br>
  File "/tmp/SBo/matplotlib-1.4.2/setupext.py", line 504, in check<br>
    additional_info = self.check_requirements()<br>
  File "/tmp/SBo/matplotlib-1.4.2/setupext.py", line 1989, in check_requirements<br>
    msg = p.map(self.callback, [self])[0]<br>
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 250, in map<br>
    return self.map_async(func, iterable, chunksize).get()<br>
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 554, in get<br>
    raise self._value<br>
RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.QtCore module requires API v9.1<br>
...<br>
<br>
<br>
On the good systems, I see<br>
<br>
...<br>
OPTIONAL BACKEND EXTENSIONS<br>
                macosx: no  [Mac OS-X only]<br>
                qt5agg: no  [PyQt5 not found]<br>
                qt4agg: yes [installing, Qt: 4.8.4, PyQt: 4.8.4]<br>
                pyside: no  [PySide not found]<br>
               gtk3agg: no  [Requires pygobject to be installed.]<br>
             gtk3cairo: no  [Requires pygobject to be installed.]<br>
                gtkagg: yes [installing, Gtk: 2.24.20 pygtk: 2.24.0]<br>
                 tkagg: yes [installing, version 81008]<br>
                 wxagg: yes [installing, version 2.8.12.1]<br>
                   gtk: yes [installing, Gtk: 2.24.20 pygtk: 2.24.0]<br>
                   agg: yes [installing]<br>
                 cairo: yes [installing, pycairo version 1.8.10]<br>
             windowing: no  [Microsoft Windows only]<br>
<br>
OPTIONAL LATEX DEPENDENCIES<br>
                dvipng: yes [version 1.14]<br>
           ghostscript: yes [version 9.07]<br>
                 latex: yes [version 3.14159265]<br>
               pdftops: yes [version 0.24.3]<br>
<br>
running install<br>
...<br>
<br>
<br>
I've compared the packages installed (and their versions) on all three<br>
systems, and while there are a few differences, I didn't see any<br>
difference which looked like it should affect any of Python, PyQt or<br>
Qt.  (Admittedly, I may have missed some significant difference.)<br>
<br>
<br>
Does anyone have any insight as to what I might be looking for?<br>
Obviously I can copy over the package from one of the successful<br>
systems and install it (whether it would work correctly is another<br>
issue), but I'd rather have some idea about what the real problem is.<br>
<br>
Thanks.<br>
<br>
                                Jim<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div></div>