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.
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.