ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
7 stars 8 forks source link

GitFailGuard: Build Windows Executable #104 1716737295 #96

Closed cohenaj194 closed 4 months ago

cohenaj194 commented 4 months ago

The GitHub Action Build Windows Executable #104 failed.

Logs: View Logs

Analysis: Cause of Failure: The error occurred because the specific version of PyQt5-Qt5 (5.15.2) required in the requirements.txt file is not available in the PyPI repository. The available versions are 5.15.11, 5.15.12, and 5.15.13.

Recommendation for Fix: Update the requirements.txt file to specify one of the available versions of PyQt5-Qt5 (5.15.11, 5.15.12, or 5.15.13) that is compatible with the other dependencies. This will ensure that the package can be successfully installed without encountering the error.