Olympe 7.0.1 : Installation failure on olympe-linux dependencies step

Hi to all,

in a clean Ubuntu 20.04.3 environment i have installed the pip verion 20.3, to comply with the installation proccedure, described in https://developer.parrot.com/docs/olympe/installation.html .
The problem is that when i try to download the Olympe sources through terminal

curl https://github.com/Parrot-Developers/olympe/releases/download/v7.0.1/parrot-olympe-src-7.0.1.tar.gz | tar zxf - -C ~/code/parrot-olympe --strip-components=1

i get this error

To overcome this problem i simply downloaded the sources and extracted the contents with the linux archive manager under the path “~/code/parrot-olympe/”

The thing is that when i try to install the olympe-linux dependencies with the command

 ./products/olympe/linux/env/postinst

i get this error

bash: ./products/olympe/linux/env/postinst: No such file or directory

Wouldn’t this “env” folder (with its contents) be provided by the Olympe sources?
Am i missing something ?

1 Like

Thanks for reporting, we are looking into it.

I can confirm that the installation from source procedure is currently broken in the documentation but since you mention pip, why don’t you just “pip3 install parrot-olympe” from the “install via pip” section instead ?

1 Like

FYI, Olympe 7.0.2 has been released and fixes these issues.
The online documentation has not been updated yet and is still based on the 7.0.1 release.

Olympe 7.0.3 has been released and definitely fix this issue.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.