Analysis:
Based on the logs provided, the failure occurred when trying to install the PyQt5 package with a specific version requirement of 5.15.2. The error message indicates that there is no matching distribution found for PyQt5-Qt5==5.15.2, and it lists available versions as 5.15.11, 5.15.12, and 5.15.13.
To fix this issue, you can update the version requirement in the requirements.txt file to one of the available versions listed in the error message (5.15.11, 5.15.12, or 5.15.13) that matches the PyQt5 package. Once you update the version requirement, try running the installation process again to ensure that the correct version of PyQt5 is installed without any errors.
The GitHub Action
Build Windows Executable #104
failed.Logs: View Logs
Analysis: Based on the logs provided, the failure occurred when trying to install the PyQt5 package with a specific version requirement of 5.15.2. The error message indicates that there is no matching distribution found for PyQt5-Qt5==5.15.2, and it lists available versions as 5.15.11, 5.15.12, and 5.15.13.
To fix this issue, you can update the version requirement in the requirements.txt file to one of the available versions listed in the error message (5.15.11, 5.15.12, or 5.15.13) that matches the PyQt5 package. Once you update the version requirement, try running the installation process again to ensure that the correct version of PyQt5 is installed without any errors.