vchinnipilli / kubestriker

A Blazing fast Security Auditing tool for Kubernetes

Home Page:https://github.com/vchinnipilli/kubestriker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build due to dependencies error

ibox0 opened this issue · comments

commented

When applying the procedure described by the Install procedure, the execution of the pip install -r requirements.txt does not completes due to errors with missing figlet dependency.
Apparently figlet is not present anymore in PyPy repo....

This error is preventing me to complete the installation.
This issue has been verified on different linux runtimes with updated python3 and pip environments.

Follows transcript of failed command.

─$ pip install -r requirements.txt
Collecting colorama==0.4.4
Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting colored==1.4.2
Using cached colored-1.4.2.tar.gz (56 kB)
Preparing metadata (setup.py) ... done
ERROR: Could not find a version that satisfies the requirement figlet==0.0.1 (from versions: none)
ERROR: No matching distribution found for figlet==0.0.1