You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, going to my directory and trying to dvc pull, I got:
Collecting |9.44k [00:59, 159entry/s]
ERROR: failed to transfer '4e21b8b771445349f04f860c536a7c11' - S3FileSystem._get_file() got an unexpected keyword argument 'max_concurrency'
ERROR: failed to transfer 'fe8020d3a3adfc2be7159a66ae4372fd' - S3FileSystem._get_file() got an unexpected keyword argument 'max_concurrency'
ERROR: failed to transfer 'f9e6306f0a4a9d11988d741ca1a13a2c' - S3FileSystem._get_file() got an unexpected keyword argument 'max_concurrency'
ERROR: failed to transfer '2601da591e1620c0d71ba07d1ae8a1dd' - S3FileSystem._get_file() got an unexpected keyword argument 'max_concurrency'
ERROR: failed to transfer '10ff65c8ec49f1117d8e766f8c331722' - S3FileSystem._get_file() got an unexpected keyword argument 'max_concurrency'
...
Note: Downgrading to dvc==3.42.0 dvc-s3==3.0.1 s3fs==2023.12.2 (it's a setup I got on another computer) fixed the issue.
Expected
Retrieve my files from my s3 bucket using dvc pull.
Bug Report
Description
Using latest version of dvc, I was unable to
dvc pull
my files from my s3 bucket.Reproduce
Then, going to my directory and trying to
dvc pull
, I got:Note: Downgrading to
dvc==3.42.0 dvc-s3==3.0.1 s3fs==2023.12.2
(it's a setup I got on another computer) fixed the issue.Expected
Retrieve my files from my s3 bucket using
dvc pull
.Environment information
Output of
dvc doctor
:$ dvc doctor
With the working environment:
The text was updated successfully, but these errors were encountered: