Homepage

DVC or Data Version Control is a tool for version controlling data assets in an AI/ML workflow. It integrates with Git but allows data to be stored externally in secure silos such as Google Cloud Storage.

Troubleshooting

permission denied "/var/cache/dvc

Bug seems to be triggered somehow - possibly by running dvc in a subdirectory of a known repo.

No known solution other than this issue which suggests installing specific versions of platformdirs which didn’t work for me.

Uninstalling and reinstalling dvc via pip doesn’t seem to work either. The only solution I could find was using a completely different dvc script.