简体   繁体   English

找不到满足 DoubleTable 要求的版本(来自版本:无)

[英]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 root@kali:~/xerosploit# pip3 install DoubleTable 错误:找不到满足 DoubleTable 要求的版本(来自版本:无)错误:找不到 DoubleTable 的匹配分布

You do not install DoubleTable in that way... You install terminaltables, this is the package you need terminaltables 3.1.0您不以那种方式安装 DoubleTable ...您安装终端表,这是 package 您需要终端表 3.1.0

As per the DoubleTable documentation doubletable , check the installation section根据 DoubleTable 文档doubletable ,检查安装部分

after installing xerosploit you just download gedit and install terminaltables and tabulate using pip3安装 xerosploit 后,您只需下载 gedit 并安装终端表并使用 pip3 制表

sudo apt install gedit pip3 install terminaltables pip3 install tabulate 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:之后 go 到 xerosploit 文件夹并通过编写以下命令来编辑 xerosploit.py:

gedit xerosploit.py gedit xerosploit.py

and replace all the raw_input to input并将所有 raw_input 替换为 input

and then save and then run the file as:然后保存并运行文件为:

python3 xerosploit.py python3 xerosploit.py

and then it will work然后它会工作

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:找不到满足Deepcorrect要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement deepcorrect (from versions: none) 找不到满足 Flask 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement Flask (from versions: none) 错误:找不到满足要求 webdriver 的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none) 找不到满足 mediapipe 要求的版本(来自版本:无) - could not find a version that satisfies the requirement mediapipe (from versions: none) 找不到满足 optapy 要求的版本(来自版本:无) - Could not find a version that satisfies the requirement optapy (from versions: none) 错误:找不到满足 pyautogui 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none) 错误:找不到满足 tensorflow 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) 错误:找不到满足要求时间的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement time (from versions: none) 错误:找不到满足 csv 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement csv (from versions: none) 错误:找不到满足 busio 要求的版本(来自版本:无) - ERROR: Could not find a version that satisfies the requirement busio (from versions: none)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM