[PyQt] ANN: SIP v5.1.0 Released

Phil Thompson phil at riverbankcomputing.com
Fri Jan 10 09:35:06 GMT 2020


On 09/01/2020 23:51, michael h wrote:
>> 
>> 
>> 
>> - Added the 'minimum-glibc-version' project option to specify the
>> minimum
>>    GLIBC version required by the project.  This is used to determine 
>> the
>>    correct platform tag to use for Linux wheels.
>> 
>> 
>> 
> I just tried this release on my project on windows and I got the 
> following
> error:
> 
> sip-build: pyproject.toml: 'tool.sip.project.minimum-glibc-version': '' 
> is
> an invalid GLIBC version number
> 
> minimum-glibc-version is not set in my pyproject.toml. I see there's a
> check to see whether minimum_glibc_version is None, but it is an empty
> string by default...

Fixed in tonight's snapshot. The workaround is to explicitly set the 
value to '2.5'.

Thanks,
Phil


More information about the PyQt mailing list