<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On 24 Apr 2019, at 7:14 pm, Zdenko Podobny <zdenop@gmail.com> wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><br />pip3 install sip -U<br />Requirement already up-to-date: sip in c:\program files\python36\lib\site-packages (4.19.8)<br /><br />But based on announcement[1] the latest version is SIP v4.19.16.<br /><br />Other problem is that when do "import sipdistutils" I got error:<br />Traceback (most recent call last):<br />  File "<pyshell#2>", line 1, in <module><br />    import sipdistutils<br />ModuleNotFoundError: No module named 'sipdistutils'<br /><br />But when I look at sip package it is there: sipdistutils.py. I found I am not the only one with this problem[2]. <br />Will this fixed so we can get the latest sip package via pip including sipdistutils?<br /><br /><br />[1] https://www.riverbankcomputing.com/news/sip-41916<br />[2] https://stackoverflow.com/questions/51420803/modulenotfounderror-no-module-named-sipdistutils-while-install-python-poppler</blockquote>
<div> </div>
<div>The sip wheel has only ever contained the (now deprecated) "public" sip module.</div>
<div> </div>
<div>SIP v5.0 is almost finished and will be released soon after the next PyQt release (whenever that is). The wheel will contain all the development tools including new support for build systems such as setuptools.</div>
<div> </div>
<div>Phil</div>
</body></html>