Please provide information about your setup
DVC version(i.e. dvc --version), Platform and method of installation (pip, homebrew, pkg Mac, exe (Windows), DEB(Linux), RPM(Linux))
I'm running DVC version 0.30.1 on Windows 10. DVC was installed via binary exe file.
I've run "pip install google.cloud.storage" and "pip install dvc[all]", but still can't push data to remote Google Could Storage bucket.
The exception message is:
Error: failed to push data to the cloud - URL 'gs://cylera-data-science/device_port_for_device_classification' is supported but requires these missing dependencies: [u'google.cloud.storage']. If you have installed dvc using pip, choose one of these options to proceed:
1) Install specific missing dependencies:
pip install google.cloud.storage
2) Install dvc package that includes those missing dependencies:
pip install dvc[gs]
3) Install dvc package with all possible dependencies included:
pip install dvc[all]
If you have installed dvc from a binary package and you are still seeing this message, please report it to us using https://github.com/iterative/dvc/issues. Thank you!
Please provide information about your setup
DVC version(i.e.
dvc --version), Platform and method of installation (pip, homebrew, pkg Mac, exe (Windows), DEB(Linux), RPM(Linux))I'm running DVC version 0.30.1 on Windows 10. DVC was installed via binary exe file.
I've run "pip install google.cloud.storage" and "pip install dvc[all]", but still can't push data to remote Google Could Storage bucket.
The exception message is: