先贴前辈链接
https://blog.youkuaiyun.com/qq_45836474/article/details/105353690
http://www.ga1axy.top/index.php/archives/6/#gaps%EF%BC%88%E6%8B%BC%E5%9B%BE%EF%BC%89
gaps的安装步骤如下:
git clone https://github.com/nemanja-m/gaps.git
cd gaps
pip install -r requirements.txt
sudo apt-get install python-tk
pip install -e .
一般在第三步pip install -r requirements.txt会报错,是因为你自己机器中这些库的版本跟requirements.txt不一致导致的

本文详细介绍了如何在Kali Linux环境下安装GAPS(Graphics Abstraction and Processing System)工具,包括从GitHub克隆项目,安装依赖库如opencv和matplotlib。在安装过程中可能出现版本不匹配的问题,需要调整requirements.txt文件中的版本号。安装完成后,通过gaps命令进行测试,生成指定大小的小图。由于直接使用gaps命令可能与其他命令冲突,建议在gaps/bin目录下直接运行Python文件以避免问题。
最低0.47元/天 解锁文章
8048





