<div dir="ltr">I have a PyQt5 application running on Windows that I'd like to get running on CentOS 6 as well. I'd prefer to install from wheels rather than source, as described in <a href="http://pyqt.sourceforge.net/Docs/PyQt5/installation.html">Installing PyQt5</a> . When I do so, and attempt to run, I get this error:<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/jsnoaa/pyqt5-framdata/virtualenv/centos_pyqt5_framdata/lib/python3.6/site-packages/PyQt5/QtCore.so)</blockquote><div><br></div><div>My read of the error: QtCore.so is expecting a /lib64/<a href="http://libc-2.14.so">libc-2.14.so</a> or later, but /lib64/libc.so.6 on CentOS 6.9 is linked to /lib64/<a href="http://libc-2.12.so">libc-2.12.so</a>.</div><div><br></div><div>Environment:</div><div><ul><li>CentOS release 6.9 (Final) (2.6.32-696.6.3.el6.x86_64)<br></li><li>Python 3.6.1 (wget <a href="http://python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz">http://python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz</a>)</li><li>PyQt5 5.9 (pip3.6 PyQt5==5.9)</li></ul></div><div>I read with interest <a href="http://wiki.qt.io/How_to_Install_Qt_5_and_Qwt_on_CentOS_6">How to Install Qt 5 and Qwt on CentOS 6</a>. Is this note saying that one must install PyQt5 onto CentOS 6 by compilation, not from wheels?</div><div><br></div><div>Thanks,</div><div> <br></div><div class="gmail-m_-6934429615979821422gmail_signature"><div dir="ltr">Jim Stearns<div><div><br></div><div>Software Engineer, NOAA Affiliate</div><div>Earth Resources Technology, Inc. (ERT, Inc)</div></div></div></div>
</div></div>