ImportError: No module named moves in importing google.cloud.datastore #5012
Labels
api: datastore
Issues related to the Datastore API.
packaging
type: question
Request for information or clarification. Not an issue.
Exception getting generated on import google.cloud.datastore
Versions :-
Stacktrace :
What I tried :-
Tried printing
dir(six)
after importing ingoogle/cloud/_helpers.py
line number 30 in output of which I was able to findmoves
package inside six and even if I am importing http_client in my virtual environment usingfrom six.moves import http_client
it's getting imported correctly but it's just not getting imported insidegoogle/cloud/_helpers.py
file.I have already added
six
in libraries inappengine_config.py
as suggested in documentation at https://cloud.google.com/appengine/docs/standard/python/tools/built-in-libraries-27.This issue is getting generated only after latest update in
google-cloud-sdk-app-engine-python-extras
earlier it was working fine.The text was updated successfully, but these errors were encountered: