0

在运行 Veil.py 模块后,使用 Windows 时出现 bash 错误。

请你能帮我弄清楚如何解决这个问题吗?

我努力了:

pip install readline
pip3 install readline
pip install pyreadline

但是,这些命令都不适合我。感谢有关如何解决此问题的任何指示?

4

1 回答 1

0

Have you tried running the commands as root? Readline requires root access.

sudo pip install readline

Or, if on windows...

sudo pip install pyreadline

If that doesn't work you could try reinstalling pip first:

pip install --upgrade --force-reinstall

Please post the error messages you are seeing when you try!

于 2020-04-04T12:33:22.403 回答