Skip to content

Unable to build due to dependencies error #36

Open
@ibox0

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions