Skip to content
Erik De Bonte edited this page Sep 16, 2022 · 9 revisions

Suggested fixes to common problems, garnered from the issues.

Packages are not found when using editable installs

setuptools recently added support for PEP 660, which breaks a lot of tools that do static analysis, including pyright and pylance. The setuptools docs have instructions on how, for the time being, you can replicate the legacy behavior. Using strict mode is another option.

Clone this wiki locally