Title: After upgrading to 4.8.0, I am not able to generate Library · Issue #187 · cloudendpoints/endpoints-python · GitHub
Open Graph Title: After upgrading to 4.8.0, I am not able to generate Library · Issue #187 · cloudendpoints/endpoints-python
X Title: After upgrading to 4.8.0, I am not able to generate Library · Issue #187 · cloudendpoints/endpoints-python
Description: When I run below command python lib/endpoints/endpointscfg.py get_client_lib --output ../PGAPIs/PGAndAPI java -bs gradle api_handler.TestApi --hostname=guru.com I get below error WARNING:root:Could not find either the Cloud SDK or the Ap...
Open Graph Description: When I run below command python lib/endpoints/endpointscfg.py get_client_lib --output ../PGAPIs/PGAndAPI java -bs gradle api_handler.TestApi --hostname=guru.com I get below error WARNING:root:Could...
X Description: When I run below command python lib/endpoints/endpointscfg.py get_client_lib --output ../PGAPIs/PGAndAPI java -bs gradle api_handler.TestApi --hostname=guru.com I get below error WARNING:root:Could...
Opengraph URL: https://github.com/cloudendpoints/endpoints-python/issues/187
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"After upgrading to 4.8.0, I am not able to generate Library","articleBody":"When I run below command\r\n\r\n```sh\r\npython lib/endpoints/endpointscfg.py get_client_lib --output ../PGAPIs/PGAndAPI java -bs gradle api_handler.TestApi --hostname=guru.com\r\n```\r\nI get below error\r\n\r\n```\r\nWARNING:root:Could not find either the Cloud SDK or the App Engine Python SDK.\r\nIf you encounter errors, please make sure that the SDK binary path is in your\r\nPATH environment variable or that the ENDPOINTS_GAE_SDK variable points to a\r\nvalid SDK root.\r\nTraceback (most recent call last):\r\n File \"lib/endpoints/endpointscfg.py\", line 27, in \u003cmodule\u003e\r\n import _endpointscfg_setup # pylint: disable=unused-import\r\n File \"/Users/.../project/lib/endpoints/_endpointscfg_setup.py\", line 107, in \u003cmodule\u003e\r\n _SetupPaths()\r\n File \"/Users/.../project/lib/endpoints/_endpointscfg_setup.py\", line 103, in _SetupPaths\r\n from google.appengine.ext import vendor\r\nImportError: No module named appengine.ext\r\n```\r\n\r\nHere is my requirements.txt\r\n\r\n```\r\ndateutils==0.6.6\r\ngoogle-api-python-client==1.7.6\r\ngoogle-endpoints==4.8.0\r\ngoogle-endpoints-api-management==1.11.0\r\ninflect==0.2.5\r\npre-commit==1.3.0\r\npycrypto==2.6.1\r\npylint==1.4.1\r\n```\r\n\r\nAnd when I set `ENDPOINTS_GAE_SDK` to google cloud SDK - then it uses 4.6.1 version.\r\n\r\n\r\nAfter requirements.txt, here are list of installed library\r\n\r\n```\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 PyYAML-3.13.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 WebOb-1.8.4.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 argparse-1.4.0.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 aspy.yaml-1.1.1.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 astroid-1.6.5.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 attrs-17.4.0.dist-info\r\ndrwxr-xr-x 7 Zonito staff 224 Dec 12 06:42 backoff-1.7.1.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 backports.functools_lru_cache-1.5.dist-info\r\ndrwxr-xr-x 7 Zonito staff 224 Dec 12 06:42 cached_property-1.5.1.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 cachetools-1.1.6.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 certifi-2018.11.29.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 chardet-3.0.4.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 dateutils-0.6.6.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 dogpile.cache-0.6.8.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 enum34-1.1.6.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 fasteners-0.14.1.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 future-0.17.1.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 google_api_python_client-1.7.6.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 google_apitools-0.5.25.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 google_auth-1.6.1.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 google_auth_httplib2-0.0.3.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 google_endpoints-4.8.0.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 google_endpoints_api_management-1.11.0.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 httplib2-0.12.0.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 identify-1.1.7.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 idna-2.8.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 inflect-0.2.5.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 lazy_object_proxy-1.3.1.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 logilab_common-1.4.2.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 monotonic-1.5.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 nodeenv-1.3.3.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 oauth2client-3.0.0.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 pre_commit-1.3.0.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 pyasn1-0.4.4.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 pyasn1_modules-0.2.2.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 pycrypto-2.6.1.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 pyjwkest-1.0.9.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 pylint-1.4.1.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 pylru-1.1.0.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 python_dateutil-2.7.5.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 pytz-2018.7.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 requests-2.21.0.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 rsa-4.0.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 semver-2.7.7.dist-info\r\ndrwxr-xr-x 11 Zonito staff 352 Dec 12 06:42 setuptools-40.6.3.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 singledispatch-3.4.0.3.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 six-1.12.0.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 strict_rfc3339-0.7.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 uritemplate-3.0.0.dist-info\r\ndrwxr-xr-x 8 Zonito staff 256 Dec 12 06:42 urllib3-1.24.1.dist-info\r\ndrwxr-xr-x 10 Zonito staff 320 Dec 12 06:42 virtualenv-16.1.0.dist-info\r\ndrwxr-xr-x 9 Zonito staff 288 Dec 12 06:42 wrapt-1.10.11.dist-info\r\n```\r\n\r\n\r\nAnd If it uses 4.6.1 then I get https://github.com/cloudendpoints/endpoints-python/issues/172 issue.","author":{"url":"https://github.com/zonito","@type":"Person","name":"zonito"},"datePublished":"2018-12-11T22:45:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/187/endpoints-python/issues/187"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:0cd65080-4432-be03-1ffd-9592d1ce2268 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 955C:11FDDC:10CC910:187406A:6A4E373B |
| html-safe-nonce | 05bb884a13c530de61911eafc1afc2f7177a69f00ac5f1f3731db927ce7e5125 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NTVDOjExRkREQzoxMENDOTEwOjE4NzQwNkE6NkE0RTM3M0IiLCJ2aXNpdG9yX2lkIjoiMzIwODc0NDQwNjE5NTUxNzI0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 78251b6f3d59b000ff22cb3af266e9894521d6b1c85b93cc77a258ea61736fdb |
| hovercard-subject-tag | issue:389986898 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/cloudendpoints/endpoints-python/187/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a722e581cbf08e9f2c5b61f03e9f434beb9a4a2dde71527d2e7f640d248622c2/cloudendpoints/endpoints-python/issues/187 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a722e581cbf08e9f2c5b61f03e9f434beb9a4a2dde71527d2e7f640d248622c2/cloudendpoints/endpoints-python/issues/187 |
| og:image:alt | When I run below command python lib/endpoints/endpointscfg.py get_client_lib --output ../PGAPIs/PGAndAPI java -bs gradle api_handler.TestApi --hostname=guru.com I get below error WARNING:root:Could... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | zonito |
| hostname | github.com |
| expected-hostname | github.com |
| None | 030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0 |
| turbo-cache-control | no-preview |
| go-import | github.com/cloudendpoints/endpoints-python git https://github.com/cloudendpoints/endpoints-python.git |
| octolytics-dimension-user_id | 19231370 |
| octolytics-dimension-user_login | cloudendpoints |
| octolytics-dimension-repository_id | 65349604 |
| octolytics-dimension-repository_nwo | cloudendpoints/endpoints-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 65349604 |
| octolytics-dimension-repository_network_root_nwo | cloudendpoints/endpoints-python |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 42a6d378d7587a44c93aca255096cd66b7c8eb2d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width