0xricksanchez / like-dbg

Fully dockerized Linux kernel debugging environment
MIT License
732 stars 58 forks source link

Minimum python version is *probably* 3.9 #43

Closed apaolillo closed 2 years ago

apaolillo commented 2 years ago

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).

0xricksanchez commented 2 years ago

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 commented 2 years ago

Fixed in #49