Open WangGithubUser opened 1 year ago
Fix suggestion: Every site-package must have a name-version.dist-info
folder in the site root, and there will be a RECORD
file in the folder.
And all the files will be listed in the RECORD
file, so we can filter them out.
Pyre Bug
Bug description Pyre can't find a
Python Extension Module (.pyd)
package in site-packageReproduction steps Run pyre with the following
.pyre_configuration
:Expected behavior It should pass but not warning
ƛ Site package does not exist: `ujson`
Logs
Additional context This may due to
pyre
do not treat.pyd
files(actully all the files that not have .py shuffix) as a package.