drupwn
drupwn copied to clipboard
ImportError: No module named prompt_toolkit
Python 3.7.7
Traceback (most recent call last):
File "./drupwn", line 8, in
Hello,
did you already install all the dependencies?
pip install -r requirements.txt
If yes, please run and paste the output of this command pip --version
Hint: check your Python version:
$ python --version
if it's 2.7, it won't work. Use python3 drupwn explicitly