I am trying to build a project using Google Cloud Endpoints, following this guide: Quickstart for Cloud Endpoints Frameworks on App Engine.
I am stuck at the step of gen
I had the exact same problem and tried the same things. What worked for me was:
chmod +x lib/endpoints/endpointscfg.py
Then running the command again.