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

pip install -r requirements.txt 报如下错,好烦躁啊一直搭建不起来 #50

Open
Liaboo opened this issue Apr 21, 2020 · 3 comments

Comments

@Liaboo
Copy link

Liaboo commented Apr 21, 2020

image

@dead5nd
Copy link

dead5nd commented Apr 22, 2020

哪个报错就先删掉requirements.txt中的,装其他的,单独装或者有的已经装好了是冲突了

@CTF-MissFeng
Copy link
Owner

image

部分模块有冲突,需要单独安装

@cocosec
Copy link

cocosec commented May 2, 2020

测试了下kali 2020.1下安装过程,首先把python3升级到3.8
sudo apt install python3
然后手动安装pip3

sudo wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py

之后运行
sudo pip3 install -r requirements.txt
会有两个模块报错,分别是secrets==1.0.2、Pillow==7.0.0。
之后运行以下几个命令,就可以解决模块安装问题

sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
sudo pip3 install secrets==1.0.2

sudo apt-get install libfreetype6-dev
sudo pip3 install Pillow==7.0.0

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