Slashbunny / gog-galaxy-plugin-downloader

Downloads and Updates GOG Galaxy 2.0 Plugins/Integrations
GNU General Public License v3.0
268 stars 20 forks source link

manual run/build: YAML 5.x dependency fails w/Python 3.11 #25

Closed grnassar closed 1 year ago

grnassar commented 1 year ago

Python 3.11 is apparently not liking the 5.x builds of PyYAML for some reason, as far as I can tell. (More specifically one of its dependencies isn't handled well, but it's an upstream issue so no need to go into it here.) I changed the requirements and built with 6.x, seemed to have no impact on functionality and works fine with 3.11 (and should work with any Python ver >2.7, according to the developer).

World's shortest PR incoming for this issue.

Slashbunny commented 1 year ago

Fixed by #26