rahullrajesh / implement-devops

93 stars 143 forks source link

TypeError: 'module' object is not callable #12

Open umair313 opened 4 years ago

umair313 commented 4 years ago

student_03_32c24c8eafda@cloudshell:~ (qwiklabs-gcp-03-27846eba876a)$ python3 analyze-images.py $DEVSHELL_PROJECT_ID $DEVSHELL_PROJECT_ID Traceback (most recent call last): File "analyze-images.py", line 33, in translate_client = translate_v2.client() TypeError: 'module' object is not callable

rahullrajesh commented 4 years ago

try : python analyze-images.py $DEVSHELL_PROJECT_ID $DEVSHELL_PROJECT_ID

YashVadhadiya commented 3 years ago

try : python analyze-images.py $DEVSHELL_PROJECT_ID $DEVSHELL_PROJECT_ID

Right.