Ubuntu – Python ModuleNotFoundError: No module named 'elftools.common.py3compat'
PC: windows 11 wsl 2, ubuntu-22.04 I was gonna install 'pwntools' by following these instructions apt-get update apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools after installing…