Dan Sully
Dan Sully
+1 - this is needed for tools like `mypy` where it needs to be installed in the current virtualenv rather than in a global location.
This doesn't appear to work when running `uv lock` or `uv sync`. ```toml [tool.uv] override-dependencies = [ "futures; sys_platform == 'never'", ] ``` ```shell $ uv sync ⠦ futures==3.3.0 ×...
I think I got it sorted. PEBKAC.
Related: https://github.com/neovim/neovim/pull/30014
Any progress here? I'm getting this error due to how [loguru](https://pypi.org/project/loguru/) writes in a separate process: ``` _pickle.PicklingError: Can't pickle : import of module 'cimpl' failed ``` Thanks
+1 - I was just looking for this.
Can we keep this open to re-add GHE support if the bug is fixed? Is there a Radar that can be duplicated?