Flotilla not working on Rasbian Pixel and Buster

Hi,

I recently order a Flottila Dock and three modules to attach to it. I would like to use it with python but it’s very challenging :( Trying to run the following code gives me the error AttributeError: ‘module’ object has no attribute ‘Client’

import flotilla
dock = flotilla.Client()
dock.ready

These are the steps i’ve followed:

I initially tried to install it on a Rasbian Buster and after many attempts i managed to clone the flottila-python library. The curl -sS https://get.pimoroni.com/flotilla | bash command was giving me an error that this version is not supported. I applied the sollutions sugested here Flotilla installer not working on "buster" - #2 by auretrainaud but without any luck.

I then installed it on Rasbian Pixel and everything went smooth. However, when i try to run the code i get the same error.

Any hint on how to solve this would be really appreciated.