Missing extra qt options in aqt

In aqt · PyPI the current Provides-Extra are qt , qt66 , qt67 , qt68

qt > the latest qt 6.11

Please consider add support for qt 6.9 and 6.10 .

Thanks.

The next release will add that (with the default being Qt 6.11): anki/qt/pyproject.toml at fc88f585248c9096176afac5b2629747cbe4b958 · ankitects/anki · GitHub

Note that you don’t need to use these extras: You can directly install pyqt6/pyqt6-webengine with the version you want.

Thanks for the info.

It still will pull the latest pyqt 6.11 if just runs the pip install aqt.

You mean i can install the version of pyqt6 i liked manually first, then pip install aqt?

For example, will this work?

  1. pip install pyqt 6.10
  2. pip install aqt

That’s right. Just make sure to install aqt without any extras.