Hello. I am trying to create deployment from CLI u...
# ask-community
c
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
You will need to add the dependency as shown here
c
thanks. wierdly after i restarted my computer. now i am able to upload the deployment to gcs-bucket