apogiatzis / gdb-peda-pwndbg-gef

A script to automatically install Peda+pwndbg+GEF plugins for gdb
391 stars 79 forks source link

updating PIP? #12

Open tmz-parrot opened 3 months ago

tmz-parrot commented 3 months ago

Updating pip (23.0.1 -> 24.0): pending....

I also had the issue where PIP update failed and a bunch of python errors popped up underneath..

apogiatzis commented 3 months ago

Good call! Thank you! I will update it when I get some free time. In the meantime, feel free to open a PR! :)

tmz-parrot commented 3 months ago

I think this is with pwndbg , unsure of others. Just running .\setup script for pwndbg by itself gives same issue

hadrian3689 commented 1 month ago

I think this is with pwndbg , unsure of others. Just running .\setup script for pwndbg by itself gives same issue

I had this issue recently because I haven't ran the script in a while. As of the time of writing it looks like pwndbg needs python3.12 along with python3.12-venv installed.

Just running those too before running this script worked for me.

Usually pwndbg or any of the other tools will work with the most current Python version or the previous one so just a matter of initial diagnosis.