ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

GitFailGuard: build-windows 1716648266 #88

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 that were available required a different Python version.

Recommendation for Fix:

  1. Update the requirements.txt file to remove the specific version requirement for pyqt5-qt5 or specify a version that is compatible with the Python version being used.
  2. Check if there are any other dependencies in the requirements.txt file that have specific version requirements that may not be compatible with the Python version being used.
  3. Ensure that the Python version being used is compatible with the versions of the dependencies specified in the requirements.txt file.
  4. Consider updating the Python version to a version that is compatible with the required dependencies if necessary.