ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

fix mac issue #115

Open cohenaj194 opened 1 week ago

cohenaj194 commented 1 week ago

related: https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/pull/110

Run pip install -r requirements.txt
Collecting certifi==2023.11.1[7](https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/9599039025/job/26472066217#step:4:8) (from -r requirements.txt (line 8))
  Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line [9](https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/9599039025/job/26472066217#step:4:10)))
  Downloading charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl.metadata (33 kB)
Collecting idna==3.6 (from -r requirements.txt (line [10](https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/9599039025/job/26472066217#step:4:11)))
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting PyQt5==5.15.10 (from -r requirements.txt (line [11](https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/9599039025/job/26472066217#step:4:12)))
  Downloading PyQt5-5.15.10-cp37-abi3-macosx_11_0_arm64.whl.metadata (2.1 kB)
ERROR: Could not find a version that satisfies the requirement PyQt5-Qt5==5.15.2 (from versions: 5.15.11, 5.15.[12](https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/actions/runs/9599039025/job/26472066217#step:4:13), 5.15.13, 5.15.14)
ERROR: No matching distribution found for PyQt5-Qt5==5.15.2
Error: Process completed with exit code 1.
cohenaj194 commented 1 week ago

@coderabbitai can you make a better description for the issue

coderabbitai[bot] commented 1 week ago

[!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!