-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
A: pipelinesRelated to the pipelines featureRelated to the pipelines featurebugDid we break something?Did we break something?uiuser interface / interactionuser interface / interaction
Description
UPDATE (@shcheklein )
See this fast way to reproduce and the summary of the issue: #6530 (comment)
Bug Report
Description
I just upgraded DVC to version 2.6.4 and all of a sudden get this error with the same dvc.yaml file which worked fine previously. Note that while running these commands, another DVC process was running.
Reproduce
$ dvc status dvc.yaml
ERROR: config file error: Unsupported URL type b''://
$ dvc repro dvc.yaml --dry
ERROR: configuration error - config file error: Unsupported URL type b''://Expected
Environment information
Output of dvc doctor:
$ dvc doctor
DVC version: 2.6.4 (conda)
---------------------------------
Platform: Python 3.9.6 on Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-glibc2.17
Supports:
http (requests = 2.25.1),
https (requests = 2.25.1),
s3 (s3fs = 2021.8.0, boto3 = 1.17.106)
Cache types: hardlink, symlink
Cache directory: xfs on /dev/md124
Caches: local
Remotes: s3, s3
Workspace directory: xfs on /dev/md124
Repo: dvc (subdir), gitAlso observe this issue with DVC 2.5.4 after downgrading again:
> dvc doctor
DVC version: 2.5.4 (conda)
---------------------------------
Platform: Python 3.9.6 on Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-glibc2.17
Supports:
http (requests = 2.25.1),
https (requests = 2.25.1),
s3 (s3fs = 2021.6.1, boto3 = 1.17.49)
Cache types: hardlink, symlink
Cache directory: xfs on /dev/md124
Caches: local
Remotes: s3, s3
Workspace directory: xfs on /dev/md124
Repo: dvc (subdir), gitAdditional Information (if any):
Metadata
Metadata
Assignees
Labels
A: pipelinesRelated to the pipelines featureRelated to the pipelines featurebugDid we break something?Did we break something?uiuser interface / interactionuser interface / interaction