You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On an x86 Ubuntu machine,
pip install parrot-olympe
installs the package at version 7.x, which is expectedOn an ARM Ubuntu machine, this installs
parrot-olympe
at 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.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
The text was updated successfully, but these errors were encountered: