Closed ericpre closed 1 year ago
It seems that currently it can't not work with editable install because the loading extension mechanism use importlib.metadata
to find the relevant yanl
file and in case of editable the module are in included in dist.files
provided by importlib.metadata
.
See https://github.com/python/cpython/issues/96144, https://github.com/python/importlib_metadata/issues/402 and https://github.com/pypa/packaging-problems/issues/620 for more information.
Closing for now, we can revisit, when they will be a solution.
I am converting to draft, because it currently doesn't work in "editable" installation (
pip install -e .
) because the files of the package doesn't appear in thedist.files
: