Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.5.3
Description
Qt WebEngine fails to use the proper Python version during the build process when multiple Python versions are installed.
As shown in the attached log file, Python 3.10 is found and html5lib is installed. However, when it executes the following line COMMAND ${Python3_EXECUTABLE} -c "import html5lib," it uses Python 3.12.
Both Python versions are installed on the system.