When I try to test the olympe installation with
python -c 'import olympe; print(“Installation OK”)'
I get errors leading to
ModuleNotFoundError: No module named 'olympe.messages’
The install and alchemy script seemed to run without any problems. What am I missing?