-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not find "pycryptodome" #61
Comments
错误 |
要看看你的pip3对应的是什么版本的python哇,有可能是 pip3.8 pip3.9这样 |
[root@localhost vulmap-0.8]# python3 -V |
你可以参考下这篇文章对应的Linux部分 |
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没有问题 |
[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
The text was updated successfully, but these errors were encountered: