like-dbg icon indicating copy to clipboard operation
like-dbg copied to clipboard

Minimum python version is *probably* 3.9

Open apaolillo opened this issue 3 years ago • 1 comments

I just tried with python3.8 on Ubuntu 20.04, and it fails with the following error:

AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'

Which is fixed by just using a more recent python interpreter (3.9 in my case).

apaolillo avatar Aug 16 '22 17:08 apaolillo

Oh absolutely! I totally forgot to adjust the README.md to account for the latest changes that were merged to main.. A README update is in the works here to reflect the changes and updates that happened with the latest couple of PRs. As this project is still in its early stages I expect things to further change rapidly. Sorry in advance for any breaking changes.

I expect the new README to be there within the next couple of days until then I'll keep this open as a reminder.

Anyhow, thanks a ton for bringing it up! Much appreciated.

0xricksanchez avatar Aug 16 '22 18:08 0xricksanchez

Fixed in #49

0xricksanchez avatar Aug 18 '22 08:08 0xricksanchez