Closed cohenaj194 closed 4 months ago
@coderabbitai can you make a better description for the issue
[!TIP] For best results, initiate chat on the files or code changes.
@cohenaj194, here's an improved description for the issue:
Issue Title: Build Failure on macOS due to PyQt5-Qt5 Version Conflict
Description:
During the installation of dependencies from requirements.txt
on macOS, the build process fails due to an unmet version requirement for PyQt5-Qt5
. The specific error indicates that version 5.15.2
of PyQt5-Qt5
is required, but this version is not available in the repository. Available versions are 5.15.11
, 5.15.12
, 5.15.13
, and 5.15.14
. This issue is blocking further development and deployment processes on macOS environments.
Possible Resolution:
Update the requirements.txt
file to specify a version of PyQt5-Qt5
that is available and compatible with other dependencies, such as 5.15.11
or newer.
This description outlines the problem, its impact, and a potential way forward. Let me know if you need further adjustments or additional details!
related: https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/pull/110