Got error while pushing dvc file

I got an error when I triled to use dvc push. The error message is like that

ERROR: unexpected error - gdrive is supported, but requires 'dvc-gdrive' to be installed: No module named 'dvc_gdrive'

Version

OS - Ubuntu 22.04
Python - 3.10.6
dvc - 2.38.1

Hi @mkmm19 ! As the error message indicates, you need an additional package for gdrive support. So, assuming you installed dvc with pip, you should run pip install dvc[gdrive].

1 Like