facebook / pyre-check

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

Fix site package find #777

Closed WangGithubUser closed 1 year ago

WangGithubUser commented 1 year ago

Pre-submission checklist

Summary

This PR fixed #773, and I think I descibed clearly in #773.

Test Plan

I can't build Pyre since I'm using Windows, but I test some pieces of code, and they looks work.

WangGithubUser commented 1 year ago

I found a better way to fix it(in https://github.com/facebook/pyre-check/issues/773#issuecomment-1672481776), and I'll make another PR to fix this.