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
the ska3-core package contains pyqt, but the ska3-core-latest does not. It's possible that this is by design, but it caused an issue in the Python trunk area on windows. pyqt was not being updated because the conda update command was referencing the ska3-core-latest package.
The text was updated successfully, but these errors were encountered:
I just checked this while preparing the new large Ska update.
Indeed PyQt is not listed in ska3-core-latest, but it ends up being installed because pyqtgraph is listed.
I am adding PyQt to the list, but I am not sure that this is necessary. It seems to me that your issue was trying to update ska3-core-latest. Ska3-core-latest indeed had not changed, so the update behavior is to not update dependencies. If one wants to update dependencies, I believe one has to give the option --update-all to conda update. If instead one gives the --update-deps option, then pyqt would only update the explicit dependencies (was this the option you were using?).
Anyway, future versions will have this, but there are other packages that are not explicitly listed.
the ska3-core package contains pyqt, but the ska3-core-latest does not. It's possible that this is by design, but it caused an issue in the Python trunk area on windows. pyqt was not being updated because the conda update command was referencing the ska3-core-latest package.
The text was updated successfully, but these errors were encountered: