deepmind-research icon indicating copy to clipboard operation
deepmind-research copied to clipboard

Bucket is a requester pays bucket but no user project provided

Open ragak opened this issue 2 years ago • 5 comments

Hi, I'm having trouble reproducing the enformer-training.ipynb due to the following error. Do I need to provide a user project to access the data? If so, how do I do that? Thank you!

tensorflow.python.framework.errors_impl.InvalidArgumentError: Error executing an HTTP request: HTTP response code 400 with body '{ "error": { "code": 400, "message": "Bucket is a requester pays bucket but no user project provided.", "errors": [ { "message": "Bucket is a requester pays bucket but no user project provided.", "domain": "global", "reason": "required" } ] } } ' when reading metadata of gs://basenji_barnyard/data/human/statistics.json

ragak avatar Aug 02 '22 19:08 ragak

we are also getting this error

a1ultima avatar Aug 03 '22 12:08 a1ultima

Hey, you can access the data, but you have to set up your Google Cloud account to pay for the download. I actually don't know how to set this up / how this works with Colab. Please let me know if you figure it out.

Avsecz avatar Aug 04 '22 16:08 Avsecz

I do not know if this is still relevant but you can download the dataset here: https://console.cloud.google.com/storage/browser/basenji_barnyard You have to create a project and add billing information to download the data like already stated by @Avsecz

Upload the data to colab or drive to access in colab and change the path to the new location in the code to get it running.

majanoack avatar Jul 31 '23 16:07 majanoack

Thank you!

On Mon, Jul 31, 2023, 09:01 mnoa @.***> wrote:

I do not know if this is still relevant but you can download the dataset here: https://console.cloud.google.com/storage/browser/basenji_barnyard You have to create a project and add billing information to download the data like already stated by @Avsecz https://github.com/Avsecz

Upload the data to colab or drive to access in colab and change the path to the new location in the code to get it running.

— Reply to this email directly, view it on GitHub https://github.com/deepmind/deepmind-research/issues/367#issuecomment-1658673354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7DILVXAKLZINJSY7BPZBLXS7JEPANCNFSM55MLCWOQ . You are receiving this because you authored the thread.Message ID: @.***>

ragak avatar Jul 31 '23 16:07 ragak