Achim Gädke

Results 11 comments of Achim Gädke

Just updated to version 3.6, debug output looks different in the details, result is the same... [dvc-3.6_pull_-v.log](https://github.com/iterative/dvc/files/12102086/dvc-3.6_pull_-v.log)

as requested... ``` dvc config cache.type copy dvc checkout --relink ``` and then deleted the directory and issued `dvc pull -v`. [dvc_pull_-v_copy_cache.log](https://github.com/iterative/dvc/files/12116000/dvc_pull_-v_copy_cache.log) The reporting about the cache type seems misleading...

``` > dvc config --list core.analytics=false remote.aws-storage.url=s3://xxxx/dvc-storage/ core.remote=aws-storage core.autostage=true cache.type=copy ```

All right, I've created a new project to reproduce similar (or the same) trouble: Copy the python program `create_data_dir.py` into an empty directory (e.g. `dvc_stress_test`): ```python3 import pathlib import random...

(ah, more trouble can be experienced with a repeat `dvc repro` or `dvc destroy` after the first `dvc repro` failed.)

@dberenbaum - no it doesn't seem to help. The error message also changed with the latest version/s: ```console PS C:\Users\achimgaedke\extCode\dvc_stress_test> $Env:GIT_OPTIONAL_LOCKS=0 PS C:\Users\achimgaedke\extCode\dvc_stress_test> dvc repro -v 2023-08-05 16:00:55,168 DEBUG: v3.11.1,...

Still the same trouble with DVC 3.14.0 when using VSCode - error message as described last week in https://github.com/iterative/dvc/issues/9749#issuecomment-1666381142 If / When being pedantic about issue management, one could say:...

Sorry, still happening with 3.15.3 ```console 2023-08-21 18:55:53,903 ERROR: failed to reproduce 'create_data': No possible cache link types for 'C:\Users\achimgaedke\extCode\dvc_test\data'. See for more information. ```

Apologies to take that long. And thanks for keeping pushing. Sorry, the error changes, but still fails when running in VSCode (powershell terminal in VSCode), but not when executing on...

This is the log of the successful run in the windows powershell (executed with the same software versions as the above failed VSCode run): ```console dvc repro -v 2023-09-01 11:58:11,500...