Skip to content
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

[Bug]: Unable to install QtWebEngine #833

Closed
1 task done
Poldraunic opened this issue Oct 9, 2024 · 2 comments
Closed
1 task done

[Bug]: Unable to install QtWebEngine #833

Poldraunic opened this issue Oct 9, 2024 · 2 comments
Labels
bug Something isn't working triage

Comments

@Poldraunic
Copy link

Bug description

It seems with the release of Qt 6.8, QtWebEngine module has been moved to a different directory. Now, command aqt -c aqt.conf install-qt linux desktop 6.8.0 linux_gcc_64 -m qtwebengine qtwebchannel qtpositioning will fail to install qtwebengine with error ERROR : The packages ['qtwebengine'] were not found while parsing XML of package information!

For example:

Same behaviour on both Windows and Linux. I suppose, MacOS is no different, but I am unable to test this right now.

Expected behavior

I expect it work the same way as it did for previous versions. The --extensions flag is deprecated and I am unable to use it.

aqt and python version

v3.1.18 on Python 3.12.3 [CPython GCC 13.2.0]

Operating System

Linux/Unix, MacOS, Windows

Relevant log output

gitlab-runner@gitrunner-ubuntu:~/qt$ gitlab-runner@gitrunner-ubuntu:~/qt$ aqt -c aqt.conf install-qt linux desktop 6.8.0 linux_gcc_64 -m qtwebengine qtwebchannel qtpositioning
INFO    : aqtinstall(aqt) v3.1.18 on Python 3.12.3 [CPython GCC 13.2.0]
WARNING : Specified Qt version "6.8.0" did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best.
WARNING : Specified modules ['qtpositioning', 'qtwebchannel', 'qtwebengine'] did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best.
ERROR   : The packages ['qtwebengine'] were not found while parsing XML of package information!
==============================Suggested follow-up:==============================
* Please use 'aqt list-qt linux desktop --modules 6.8.0 <arch>' to show modules available.

gitlab-runner@gitrunner-ubuntu:~/qt$ aqt -c aqt.conf list-qt linux desktop --modules 6.8.0 linux_gcc_64
debug_info qt3d qt3d.debug_information qt5compat qt5compat.debug_information qtcharts qtcharts.debug_information qtconnectivity qtconnectivity.debug_information qtdatavis3d qtdatavis3d.debug_information qtgraphs qtgraphs.debug_information qtgrpc qtgrpc.debug_information qthttpserver qthttpserver.debug_information qtimageformats qtimageformats.debug_information qtlanguageserver qtlocation qtlocation.debug_information qtlottie qtlottie.debug_information qtmultimedia qtmultimedia.debug_information qtnetworkauth qtnetworkauth.debug_information qtpositioning qtpositioning.debug_information qtquick3d qtquick3d.debug_information qtquick3dphysics qtquick3dphysics.debug_information qtquickeffectmaker qtquickeffectmaker.debug_information qtquicktimeline qtquicktimeline.debug_information qtremoteobjects qtremoteobjects.debug_information qtscxml qtscxml.debug_information qtsensors qtsensors.debug_information qtserialbus qtserialbus.debug_information qtserialport qtserialport.debug_information qtshadertools qtshadertools.debug_information qtspeech qtspeech.debug_information qtvirtualkeyboard qtvirtualkeyboard.debug_information qtwaylandcompositor qtwaylandcompositor.debug_information qtwebchannel qtwebchannel.debug_information qtwebsockets qtwebsockets.debug_information qtwebview qtwebview.debug_information

Code of Conduct

  • I agree to follow this project's Code of Conduct
@miurahr
Copy link
Owner

miurahr commented Oct 10, 2024

Duplicated with #803 ?

@Poldraunic
Copy link
Author

Yup, definitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants