gurrgur / er-patcher

Elden Ring enhancement patches (ultrawide support, custom frame rate limits and more) seamlessly integrated with steam.
MIT License
306 stars 25 forks source link

Python=3.9 required for Windows #8

Closed Meridolian closed 2 years ago

Meridolian commented 2 years ago

Hi !

I tried it on Ubuntu and it works so nice, thank you man ! But I also tried to run it in windows and i catch the exception " module 'argparse' has no attribute 'BooleanOptionalAction' ". It seems like BooleanOptionalAction is only available from python 3.9.

gurrgur commented 2 years ago

Hi, added a note to the readme which clarifies the required python version. Unfortunately I have no intention of supporting older versions of python, so I'm closing this issue.

Meridolian commented 2 years ago

Hi, yeah no problem, 3.9 is good :)