skshetry
skshetry
@dberenbaum, I expect to not have any warnings at all, we have a `Not in cache` list for this, `Added` is misleading.
Hey @casperdcl. I hope you're doing well. Just wanted to ask if you could take a look at this when you have some time. Thanks.
I have been using https://github.com/hynek/setup-cached-uv, and it's been working well for me. :)
#362 started breaking CI for dvc. This is because `uv` is trying to install the latest version of cryptography, but it cannot find a compatible version of `pyopenssl` for the...
Can you share the verbose traceback, please? Add `-v` to the command above.
Another alternative could to be parse the compile_command. [That is what renovatebot does](https://docs.renovatebot.com/modules/manager/pip-compile/#assumption-of-header-with-a-command).
An option to hide this makes sense. Some options: `--hide-workspace`, `--no-workspace`, etc. Contributions are welcome.
@konstantin-frolov, I believe this has been fixed by #10795 which was released in 3.61.0.
I did find a discussion regarding this upstream: https://github.com/ronf/asyncssh/issues/504#issuecomment-1207134590
Do we have idea how we are going to do indexing? I'd really love to get rid of the `file_columns()`. https://github.com/iterative/dvcx/blob/4661a0b42b518478f0c03b4728a41652b3ea967f/src/datachain/data_storage/schema.py#L241-L257