-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Packages that can target either Qt5, or Qt6, but not both at the same time #208
Comments
I dont know if its possible. |
conda ends up picking a random one (or the one with the higher build number), since for all it knows the packages are pretty much equivalent. |
Trying to address this: |
Maybe we should try to begin switching to qt6 ; I already moved paraview |
Spyder. Needs qt webengine And napari, pyside6 still causes some segfaults |
Do we have pyqt6 yet? I couldn't find a package. that one might be critical for some projects like spyder. |
Comment:
I got a question from @looooo about how to package a feedstock they cared about for qt6.
conda-forge/soqt-feedstock#18
This kinda brought up some issues I've had on OpenCV.
In short:
qt-main
orqt6-main
, but we would like to avoid having to install a new version of qt if one of them is already presentIs there a way to achieve this with the current semantics?
Do we need a
CONDA_QT
or__qt
metapackage?List of packakges
The text was updated successfully, but these errors were encountered: