ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

GitFailGuard: build-windows 1716648724 #90

Closed cohenaj194 closed 1 month ago

cohenaj194 commented 1 month ago

The GitHub Action build-windows failed.

Logs: View Logs

Analysis: Cause of Failure: The error occurred because the required version of pyqt5-qt5 (5.15.13) could not be found, and the versions available did not match the specified requirement.

Recommendation for Fix: To fix this issue, you can update the requirements.txt file to specify a version of pyqt5-qt5 that is available. Alternatively, you can modify the code to remove the specific version requirement for pyqt5-qt5 to allow for the installation of a compatible version. Additionally, you may need to check if the specified version is actually required for the application and if a different version can be used instead.