Open barrywhart opened 6 years ago
I'm using the exact same dependencies mentioned in the "official" GCP Python tutorial and I'm hitting this error as well.
import service_backend.main File "/Users/dgaedcke/dev/TouchstoneMicroservices/service_backend/main.py", line 7, in import endpoints as google_cloud_endpoints File "/Users/dgaedcke/dev/TouchstoneMicroservices/lib/endpoints/init.py", line 31, in from .apiserving import * File "/Users/dgaedcke/dev/TouchstoneMicroservices/lib/endpoints/apiserving.py", line 73, in from protorpc.wsgi import service as wsgi_service ImportError: No module named wsgi
All suggestions appreciated!
This results in errors like the following when using the App Engine "endpoints" library:
The solution is to do make the following change to
setup.py
: