GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
6.67k stars 796 forks source link

Requirements.txt fails to install due to openssl #182

Open GriffinHines opened 6 months ago

GriffinHines commented 6 months ago

OpenSSL throws several errors in crypto.py when trying to run pip install -r requirements.txt

Module lib is missing dozens of attributes mentioned within python3/dist-packages/OpenSSL/

GreyDGL commented 6 months ago

Could you help to provide more details of the OS and the errors?