Я следую инструкциям по установке GAE и python 2.7 непосредственно с веб-сайта AppInventor (https://appinventor.mit.edu/explore/ai2/custom-tinywebdb.html),, однако, когда я пытаюсь запустить тестовый проект, приложение говорит:
class CommentedMap(MutableMapping, ordereddict, CommentedBase):
File "C:\Python27\lib\abc.py", line 86, in __new__
cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
TypeError: Error when calling the metaclass bases
Cannot create a consistent method resolution
order (MRO) for bases CommentedBase, ordereddict, MutableMapping
2019-07-11 22:02:52 (Process exited with code 1)
Что мне делать?