You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary:
**Pre-submission checklist**
- [ x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running `pip install -r requirements-dev.txt && pre-commit install`
- [x ] `pre-commit run`
the library intervaltree seems to be not anymore used in the codebase but still defined as a dependency currently the latest version is broken chaimleib/intervaltree#138
solves #902
Pull Request resolved: #901
Reviewed By: stroxler
Differential Revision: D60394186
Pulled By: samwgoldman
fbshipit-source-id: b6fd3b004437b5bd4283cbf87891cb454856d2e2
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.
The text was updated successfully, but these errors were encountered: