GoogleCloudPlatform / GoogleCloudPlatform/serverless-store-demo

ImportError: No module named auto

Open
#12 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
186
Forks
79
PR merge metrics
No merged PRs in 30d

Description

I have followed the mentioned steps and setup the firestore, stripe and sendgrid environment as suggested. It is giving me the following error when I am trying to run it -

ERROR 2019-08-24 12:38:37,905 wsgi.py:263]
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
ImportError: No module named auto
INFO 2019-08-24 12:38:37,930 module.py:788] default: "GET / HTTP/1.1" 500 -

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the reported setup and running the application through the Google App Engine launcher, then inspect the WSGI handler configuration associated with the failing import. Done means the application starts and a request to / no longer returns an ImportError.

Written by the indexing model from the issue text.

Assessment

Tech stack
gcp, python
Domain
backend, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.