appengine-mapreduce
appengine-mapreduce copied to clipboard
Support MapReduce on Appengine for Python 3.7?
MapReduce depends on APIs not available for Python 3.7 AppEngine. WIll it be supported?
Looks like this needs someone to put their hand up to work on it. We don't currently use MapReduce, but it might be useful to us in the future, and we might be able to put time into porting to 3.7 then.
There are two pieces of work that need to be done:
- Hard: Adapt this mapreduce library to work with the new Google datastore client libraries. I.e., remove references to
google.appengine.api, in these files. - Easy: Update code to Python 3
I may have time to look into this over the next few months, but no promises.
Hi @speedplane Is there any update to make it Python 3 compatible? Thanks,