Hi all, what version of the `google.cloud` Python ...
# ask-community
j
Hi all, what version of the
google.cloud
Python library does Prefect depend on?
I added:
Copy code
from prefect.storage import GCS
...but installing Prefect failed to pull in the Google library, so this doesn't work.
k
Hey @Jeremy Phelps, I believe you’ll need to install the Google dependencies in addition to your Prefect module to utilize GCP tooling.