On an x86 Ubuntu machine, pip install parrot-olympe installs the package at version 7.x, which is expected
On an ARM Ubuntu machine, this installs parrot-olympe at version 0.0.0. Also, reading at modification dates of the wheel files on pypi, it seems it is 2 years old :-/
That is a problem in case I need to use some of the newest features of Olympe.
Installing the latest Olympe version from source is not working, because olympe has then trouble importing olympe_deps, (at least) because libprotobuf.so.30 is missing.
(additionally, supporting macOS would be awesome as well. I'm currently running a VM of Ubuntu built for ARM, but I would be even happier if Olympe worked natively on my Mac).
Thanks
On an x86 Ubuntu machine,
pip install parrot-olympeinstalls the package at version 7.x, which is expectedOn an ARM Ubuntu machine, this installs
parrot-olympeat version0.0.0. Also, reading at modification dates of the wheel files on pypi, it seems it is 2 years old :-/That is a problem in case I need to use some of the newest features of Olympe.
Installing the latest Olympe version from source is not working, because olympe has then trouble importing
olympe_deps, (at least) becauselibprotobuf.so.30is missing.(additionally, supporting macOS would be awesome as well. I'm currently running a VM of Ubuntu built for ARM, but I would be even happier if Olympe worked natively on my Mac).
Thanks