Giter VIP home page Giter VIP logo

Comments (3)

dead5nd avatar dead5nd commented on May 24, 2024

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

from bayonet.

CTF-MissFeng avatar CTF-MissFeng commented on May 24, 2024

image

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

from bayonet.

cocosec avatar cocosec commented on May 24, 2024

测试了下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

from bayonet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.