cannot conduct dvc pull ERROR: unexpected error - __init__() got an unexpected keyword argument 'cache_regions'
See original GitHub issueBug 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:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Hiroshi-Kumanomido Hi 🙂 Please show full output for
dvc doctorMost likely you’ve upgraded dvc without upgrading the extras. Try
pip install -U 'dvc[s3]'and see if that helps.@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.
$ lscpuon linux)?