macososx-yosemitelogentries

Cannot install Logentries Mac Agent on OS X Yosemite


I tried to install Logentries (Mac Agent) as instructed by the website itself. I followed the steps as instructed.

 curl -O https://raw.githubusercontent.com/logentries/le/master/install/mac/install.sh

I downloaded the install.sh script and ran sudo ./install.sh. But that didn't work so I tried sudo sh install.sh.

logentries installing mac agent problem

When I do sudo le then I get same error message as marked in pic above. I googled but didn't find the solution.

Thank you in advance.

Here is composer.json content

enter image description here enter image description here


Solution

  • it's missing the formats directory.

    sudo pip install formats

    should resolve your issue here, then sudo sh install.sh