question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`dvc push/pull --remote webdavs`: missing webdavclient3 dependency under miniconda3 install

See original GitHub issue

Bug Report

dvc push/pull --remote webdavs: missing webdavclient3 dependency under miniconda3 install

Description

When installing dvc via conda or mamba on a miniconda install, one cannot make use of webdavs remotes since missing dependencies are installed

Reproduce

  1. install miniconda
  2. install dvc via conda install -c conda-forge dvc
  3. perform dvc fetch/pull/push with a webdavs remote
ERROR: failed to push data to the cloud - URL $URL is supported but requires these missing dependencies: ['webdavclient3']. To install dvc with those dependencies, run:                                                                  
                                                                                                                           
        conda install -c conda-forge dvc-webdav 

The funny thing is, dvc-webdav is not registered on conda and runnning conda install -c conda-forge dvc-webdav fails. The correct way to install the missing dependencies is via conda install webdavclient3

Expected

Webdavs is either supported in the dvc package (e.g. by adding webdavclient3 as a dependency) or a dvc-webdav is properly added to conda and referred to in the docs etc.

Environment information

Output of dvc doctor:

$ dvc doctor                                                              
DVC version: 2.3.0 (conda)
---------------------------------
Platform: Python 3.7.3 on Linux-5.4.0-74-lowlatency-x86_64-with-debian-bullseye-sid
Supports: http, https, webdav, webdavs
Cache types: hardlink, symlink
Cache directory: ext4 on /dev/nvme1n1p1
Caches: local
Remotes: local, webdavs
Workspace directory: ext4 on /dev/nvme1n1p1
Repo: dvc, git

Additional Information (if any):

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
skshetrycommented, Jul 6, 2021

I’ll do it shortly.

2reactions
skshetrycommented, Jul 6, 2021

@ORippler, no worries. I am adding the dependency in the conda-forge now(https://github.com/conda-forge/staged-recipes/pull/15518), hopefully the next release will come with webdav support.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Import/list + webdavs remote not working - Questions - DVC
I have access to a DVC remote using the webdavs protocol. I am able to connect to the DVC storage through some web...
Read more >
push/pull: missing sshfs dependency on macOS #6629 - GitHub
I expect the file to be pushed to the remote storage. Environment information. macOS Big Sur version 11.5.1 running on MacBook Pro Intel...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found