Skip to content
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

Open
lucas5-code opened this issue Jan 18, 2022 · 5 comments
Open

Not find "pycryptodome" #61

lucas5-code opened this issue Jan 18, 2022 · 5 comments

Comments

@lucas5-code
Copy link

[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
Copy link
Author

错误

@zhzyker
Copy link
Owner

zhzyker commented Jan 18, 2022

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

@lucas5-code
Copy link
Author

[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的

@tyfhxn
Copy link

tyfhxn commented Feb 16, 2022

[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

@189er
Copy link

189er commented Jun 11, 2023

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没有问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants