https://prefect.io logo
j

Jeremy Phelps

01/11/2021, 10:16 PM
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

Kyle Moon-Wright

01/11/2021, 10:24 PM
Hey @Jeremy Phelps, I believe you’ll need to install the Google dependencies in addition to your Prefect module to utilize GCP tooling.