You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyQt5-5.11 and above is special, in that it splits sip into a separate package, PyQt5_sip and then copies the sip.pyd back into the PyQt5 package. That little trick doesn't lend itself well to the kind of automation we do here, and must likely be special handled.
Known special cases
PyQt5 - Account for sip
py-spy - Account for specially bundled .exe
The text was updated successfully, but these errors were encountered:
PyQt5-5.11 and above is special, in that it splits
sip
into a separate package,PyQt5_sip
and then copies thesip.pyd
back into thePyQt5
package. That little trick doesn't lend itself well to the kind of automation we do here, and must likely be special handled.Known special cases
The text was updated successfully, but these errors were encountered: