Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Updating pyre version after old version expired

Open mgrange1998 opened this issue 4 months ago • 3 comments

Summary: Pyre in Ax stopped working suddenly for multiple devs with the error message

File "tools/pyre/facebook/client/environment.py", line 264, in download_from_manifold
    raise ManifoldDownloadException(response.reason)
tools.pyre.facebook.client.environment.ManifoldDownloadException: Not Found"

Looking into the message, it has been seen when Pyre packages have expired: https://fb.workplace.com/groups/pyreqa/permalink/6561314563958320/

The fix is to update the pyre version in Ax to one still in retention. Updating the version caused many new Pyre errors, so also ran

pyre --output=json | pyre-upgrade

To add fixmes to them

Reviewed By: mpolson64

Differential Revision: D54215160

mgrange1998 avatar Feb 26 '24 21:02 mgrange1998