-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing required option: region – in Google Cloud #70
Comments
Fixed that by installing the necessary dependencies through requirements.txt.
|
Hi, I got the same error and solve it by updating the httplib2 to the latest version. Regarding the requirements, I also updated tensorflow==1.15.0 since version 1.14.0 gives me the following error: "No module named deprecation_wrapper". |
Regarding the region, you can add the flag 'region' in the command prompt.
|
Hmmm, did you change anything from the requirements.txt file other than update httplib2 to newest and updating tensorflow to 1.15.0? I did both of those things but now am getting a "No module named module_wrapper" error :( |
I was wondering if there was an update to the "No module named module_wrapper" error. Thanks! |
hi, I used your method and I found it can not sign in google and apitools has been deprecated. If there has other way to download reddit dataset? Thanks @AntoineSimoulin |
Hello!
I get the following error when trying to execute the create_data.py script in the Google Cloud Shell:
I'm using the latest version of apache-beam, 2.23.0.
The text was updated successfully, but these errors were encountered: