You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Is there a timeline on when python3 will be supported here ? We are trying to generate a client for the GCP Marketplace procurement APIs as mentioned here and are running into the below error.
generate_library --input=discovery.json --language=java --output_dir=procurement Traceback (most recent call last): File "/usr/local/google/home/kishorenamala/.local/bin/generate_library", line 5, in <module> from googleapis.codegen.script_stubs import RunGenerateLibrary File "/usr/local/google/home/kishorenamala/.local/lib/python3.9/site-packages/googleapis/codegen/script_stubs.py", line 4, in <module> from google.apputils import run_script_module File "/usr/local/google/home/kishorenamala/.local/lib/python3.9/site-packages/google/apputils/run_script_module.py", line 122 print 'Stub script %s (auto-generated). Options:' % sys.argv[0] ^ SyntaxError: invalid syntax