ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

GitFailGuard: Build Windows Executable #104 1716737167 #95

Closed cohenaj194 closed 1 month ago

cohenaj194 commented 1 month ago

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.