https://prefect.io logo
Title
c

Christianto

02/24/2023, 10:39 AM
Hello. I am trying to create deployment from CLI using GCS storage. When i try to run
prefect build ...
it gives me error saying
ModuleNotFoundError: No module named 'gcsfs'
. Meanwhile when i did
conda list
. The gcsfs module is already installed but somehow the prefect cli can’t find it. Is there any workaround for this? Thanks!
1
k

Khuyen Tran

02/24/2023, 4:32 PM
You will need to add the dependency as shown here
c

Christianto

02/24/2023, 5:45 PM
thanks. wierdly after i restarted my computer. now i am able to upload the deployment to gcs-bucket