简体   繁体   中英

Could not find a version that satisfies the requirement DoubleTable (from versions: none)

root@kali:~/xerosploit# pip3 install DoubleTable ERROR: Could not find a version that satisfies the requirement DoubleTable (from versions: none) ERROR: No matching distribution found for DoubleTable

You do not install DoubleTable in that way... You install terminaltables, this is the package you need terminaltables 3.1.0

As per the DoubleTable documentation doubletable , check the installation section

after installing xerosploit you just download gedit and install terminaltables and tabulate using pip3

sudo apt install gedit pip3 install terminaltables pip3 install tabulate

after that go to xerosploit folder and edit xerosploit.py by writing the following command as:

gedit xerosploit.py

and replace all the raw_input to input

and then save and then run the file as:

python3 xerosploit.py

and then it will work

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM