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
WARNING:root:Could not find either the Cloud SDK or the App Engine Python SDK.
If you encounter errors, please make sure that the SDK binary path is in your
PATH environment variable or that the ENDPOINTS_GAE_SDK variable points to a
valid SDK root.
Traceback (most recent call last):
File "lib/endpoints/endpointscfg.py", line 27, in <module>
import _endpointscfg_setup # pylint: disable=unused-import
File "/Users/.../project/lib/endpoints/_endpointscfg_setup.py", line 107, in <module>
_SetupPaths()
File "/Users/.../project/lib/endpoints/_endpointscfg_setup.py", line 103, in _SetupPaths
from google.appengine.ext import vendor
ImportError: No module named appengine.ext
When I run below command
I get below error
Here is my requirements.txt
And when I set
ENDPOINTS_GAE_SDK
to google cloud SDK - then it uses 4.6.1 version.After requirements.txt, here are list of installed library
And If it uses 4.6.1 then I get #172 issue.
The text was updated successfully, but these errors were encountered: