Hiroyuki Tanaka
Hiroyuki Tanaka
@owenprough-sift > Is this PR obsoleted by recently-merged #86? No, I tried master branch that #86 was merged, it still causes an `java.lang.RuntimeException`.
So users may want to choose if using Glue API or not, i'll add a configuration option like `use_glue_api: bool`.
@VDFaller 88a868a adds the `use_glue_api` option
i can't reproduce your error (On Ubuntu 22.04) ``` ❯ python3 -sBm build -w --no-isolation ... - Adding .pdm-build/.gitignore -> .gitignore - Adding .pdm-build/editdistance-0.8.1.dist-info/METADATA -> editdistance-0.8.1.dist-info/METADATA - Adding .pdm-build/editdistance-0.8.1.dist-info/WHEEL ->...
need to add build requires? 🤔 ``` [build-system] requires = ["pdm-backend", "cython", 'setuptools'] build-backend = "pdm.backend" ```
> but I think we can only change this after we have a "non-package" mode (cf https://github.com/python-poetry/poetry/issues/1132#issuecomment-1793690699) because there are a lot of users who do not want it to...
I got some results with uv. In requirements.lock file, wrote local path dependency like xxx @ file:///abc/def is related to your build backend. here is used pyproject.toml: ``` [project] name...
Please check sdist for v0.8.1 :)
Plz try 0.6.2 !