-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a better solution for the sip recipe #16
Comments
5 tasks
See source. I guess this eliminates the majority need of having a standalone |
5 tasks
Closing this issue. Note that starting conda-forge/pyqt-feedstock#61 PyQt5 no longer depends on the sip package; a private copy of sip is built and shipped with it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While #15 supports the most recent version 4.19.18, note that since PyQt 5.11 a private copy of
sip
needs to be built: https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html#downloading-sipthat is, for the purpose of supporting PyQt5, the flag
--sip-module PyQt5.sip
needs to be used when buildingsip
, otherwise there would be aModuleNotFoundError
forPyQt5.sip
. But, adding that flag also meansimport sip
no longer works.Currently, #15 does not have that flag, so a PyQt 5.12 recipe (corresponding to recently merged PR conda-forge/qt-feedstock#110) can not depend on conda-forge's
sip
anymore. Any suggestion?This is for resolving conda-forge/pyqt-feedstock#58.
The text was updated successfully, but these errors were encountered: