griffe: Griffe with scikit-build-core does not work in editable mode
Describe the bug
Griffe is unable to find modules for a package built in editable mode when using scikit-build-core (pip install -e .) . If you build the module and install regularly (pip install .) everything works as expected. I have created a repository (with instructions) that replicates this issue: https://github.com/JeremyBYU/griffe-scikit-build-core-bug
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (9 by maintainers)
Commits related to this issue
- refactor: Follow `.pth` files to extend search paths with editable modules We now support `scikit-build-core` editable modules as well. Issue #154: https://github.com/mkdocstrings/griffe/issues/154 — committed to mkdocstrings/griffe by pawamoy a year ago
- feat: Support scikit-build-core editable modules (partially) Issue #154: https://github.com/mkdocstrings/griffe/issues/154 — committed to mkdocstrings/griffe by pawamoy a year ago
Haha , will do at some point! Thanks again for all your help in the open source community.