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.

cannot conduct dvc pull ERROR: unexpected error - __init__() got an unexpected keyword argument 'cache_regions'

See original GitHub issue

Bug Report

Hello, I want help with resolving issues on dvc pull.

I have succeeded in cloning a local repository file on my HDD, but I couldn’t conduct dvc pull. The error messeage is the following:

ERROR: unexpected error - __init__() got an unexpected keyword argument 'cache_regions'

my version of dvc is 2.7.1 (pip). MacOS Big Sur ver.11.5.2

Unfortunately, I do not know what useful information help to resolve this issue as I am a beginner of dvc.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
efiopcommented, Sep 9, 2021

@Hiroshi-Kumanomido Hi 🙂 Please show full output for dvc doctor

Most likely you’ve upgraded dvc without upgrading the extras. Try pip install -U 'dvc[s3]' and see if that helps.

0reactions
efiopcommented, Sep 11, 2021

@Hiroshi-Kumanomido Hm, looks like maybe 4*NCPU default jobs might have been a little too much for your connection. Are you in the same region as the aws bucket you are accessing? Also, how many cpu cores do you have (e.g. $ lscpu on linux)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

dvc command throw "ERROR: unexpected error - __ ... - GitHub
ERROR : unexpected error - init() got an unexpected keyword argument 'verify'. OS: Ubuntu 18.04. DVC version: 0.76.0.
Read more >
Troubleshooting | Data Version Control - DVC
Users may encounter errors when running dvc pull and dvc fetch , like WARNING: Cache 'xxxx' not found. or ERROR: failed to pull...
Read more >
unexpected error - _register_s3_control_events() takes 2 ...
I had installed packages with conflicting dependencies. i.e. Packages that required different, but default, versions of botocore .
Read more >
Configure a DVC remote without a DevOps degree - DagsHub
In this post, I'll show you that this configuration shouldn't have to be so difficult; it should be smooth and easy. To solve...
Read more >
Data & Model Management with DVC | Analytics Vidhya
Install DVC & initialize a project; Add files to a remote repository (Amazon S3) & retrieve them later; Switch between different versions ...
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