When running dvc push I came across the following error:
ERROR: unexpected error - s3 is supported, but requires 'dvc-s3' to be installed: No module named 'dvc_objects.fs.path'
This error occurred despite dvc-s3 having been installed on my system. This issue was eventually resolved by running:
pip install --upgrade dvc-s3
When running
dvc pushI came across the following error:ERROR: unexpected error - s3 is supported, but requires 'dvc-s3' to be installed: No module named 'dvc_objects.fs.path'This error occurred despite dvc-s3 having been installed on my system. This issue was eventually resolved by running:
pip install --upgrade dvc-s3