appengine-mapreduce icon indicating copy to clipboard operation
appengine-mapreduce copied to clipboard

Support MapReduce on Appengine for Python 3.7?

Open alex-kowalczyk opened this issue 7 years ago • 3 comments

MapReduce depends on APIs not available for Python 3.7 AppEngine. WIll it be supported?

alex-kowalczyk avatar Jan 21 '19 11:01 alex-kowalczyk

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.

Mark-Hetherington avatar Sep 13 '19 02:09 Mark-Hetherington

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.

speedplane avatar Oct 30 '20 15:10 speedplane

Hi @speedplane Is there any update to make it Python 3 compatible? Thanks,

toan-lea1 avatar Dec 21 '23 10:12 toan-lea1