SIKAI ZHANG
SIKAI ZHANG
> Does the issue persist for `editable = false`? If `editable = false`, the cython source code will not be compiled. In other words, the command `pip install .` will...
> Plus to solve the action cache problem, also rebuild on a clean `prefix` installation to skip the cache here. It will solve the problem to simply set `cache=false`, but...
Hi @tdejager , I have tried `uv pip install -e .`. And after I delete `build` folder, `uv pip install --no-deps --force-reinstall -e .` will recompile my cython code to...
Hi @rgommers Thanks for your explanation and I understand meson better now :) Hi @tdejager > I'm not sure what in the original workflow by the OP results in a...