ModuleNotFoundError: No module named 'olympe.messages'

I installed Olympe.
But, some problem appears.
I just trying to take off my ANAFI by takeoff.py code(User guide/Olympe basics).
I typed python ./takeoff.py to excute that code.

But, Terminal shows below message.
ModuleNotFoundError: No module named ‘olympe.messages’

I did source ~/code/parrot-groundsdk/./products/olympe/linux/env/shell
and
pip install --upgrade aenum==2.2.5

But, That didn’t works.

please help me.

Remove all the files and reinstall with version 1.7.1

repo init -u https://github.com/Parrot-Developers/groundsdk-manifest.git -b refs/tags/v1.7.1

It is working with this version. After that you also have to upgrade aenum till 2.2.5 version

Dani

1 Like

warning: Python 3 support is currently experimental. YMMV.
Please use Python 2.6 - 2.7 instead.

This message show up.
I try to uninstall Python 3,but People say that makes serious problem.

What should i do?