Skip to content

Installation of pyre not working due to unused requirement #902

Open
@frederiksteiner

Description

@frederiksteiner

Pyre Bug

Bug description
The installation of pyre fails when using the newest setuptools version. See also here BUG

The reason being that in the requirements.txt is an unused package (intervalltree) which uses removed stuff in the setup.py
on this line.

Expected behavior

Installation properly working

Since the packages is unused, the easiest would be to just remove it from the requirements.txt.
All our CI/CD pipelines are now not working since we are using pyre-check in them.

Metadata

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