Opened 3 years ago
#706 new defect
PyQt5 .pyi stubs are missing
Reported by: | akominlsfi | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
PyQt5 is packaged by installing it with pip using --global-option, which disabled wheels and builds the package from source. Since .pyis are not output by default, it seems to me passing the --pep484-pyi flag somehow should output the .pyis? Prebuilt wheels on PyPI include the .pyis.
Note:
See TracTickets
for help on using tickets.