facebook / pyre-check

Performant type-checking for python.
https://pyre-check.org/
MIT License
6.86k stars 437 forks source link

Installation of pyre not working due to unused requirement #902

Open frederiksteiner opened 3 months ago

frederiksteiner commented 3 months ago

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.

nazimisik commented 3 months ago

fix is merged, we need a new release for changes to take effect

nazimisik commented 3 months ago

setuptools newest version also helps, no need to wait for the new release now