vulmap icon indicating copy to clipboard operation
vulmap copied to clipboard

Not find "pycryptodome"

Open lucas5-code opened this issue 2 years ago • 5 comments

[17:51:48] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install 显示找不到

[root@localhost vulmap]# pip3 install -r requirements.txt Requirement already satisfied: gevent>=20.9 in /usr/local/python3/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (21.12.0) Requirement already satisfied: pycryptodome in /usr/local/python3/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (3.12.0) Requirement already satisfied: zope.event in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (4.5.0) Requirement already satisfied: setuptools in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (49.2.1) Requirement already satisfied: zope.interface in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (5.4.0) Requirement already satisfied: greenlet<2.0,>=1.1.0 in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (1.1.2) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

实际已安装 [root@localhost vulmap]# python3 vulmap.py -u www.baidu.com __ [ |
_ __ __ _ | | _ .--..--. ,--. _ .--.
[ \ [ ][ | | | | | [ .-. .-. | '\ :[ '/'`\ \ \ / / | _/ |, | | | | | | | | // | |,| _/ | _/ '.__.'/[][||||]'-;/| ;./
[
_| [17:52:03] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install

python3.8 3.9都试过了 vulmap0.9

lucas5-code avatar Jan 18 '22 01:01 lucas5-code

错误

lucas5-code avatar Jan 18 '22 02:01 lucas5-code

要看看你的pip3对应的是什么版本的python哇,有可能是 pip3.8 pip3.9这样

zhzyker avatar Jan 18 '22 02:01 zhzyker

[root@localhost vulmap-0.8]# python3 -V Python 3.9.0 [root@localhost vulmap-0.8]# pip3 -V pip 21.3.1 from /usr/local/python3/lib/python3.9/site-packages/pip (python 3.9) [root@localhost vulmap-0.8]# 都是3.9的

lucas5-code avatar Jan 18 '22 03:01 lucas5-code

[root@localhost vulmap-0.8]# python3 -V Python 3.9.0 [root@localhost vulmap-0.8]# pip3 -V pip 21.3.1 from /usr/local/python3/lib/python3.9/site-packages/ pip (python 3.9) [root@localhost vulmap-0.8]# 都是3.9的

你可以参考下这篇文章对应的Linux部分 https://blog.csdn.net/sinat_38695417/article/details/109291892

tyfhxn avatar Feb 16 '22 08:02 tyfhxn

win7x64(py 3.8 )安装后,运行报:[10:35:15] [WARN] Not find "gevent", please use " pip3 install -r requirements.txt" to install

win10x64(py 3.10)安装后,运行报:[10:57:13] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install

ubuuntu20.04没有问题

189er avatar Jun 11 '23 03:06 189er