Skip to content

Commands not running in MacOS #29

@Filosss

Description

@Filosss

Hello.

I am trying to deploy the solution to test it in the my laptop, a MACbookPro, but looks like after following all the steps I can not start the containers due in the deploy scrip there are commands which don't run on mac.
"failed to solve: executor failed running [/bin/sh -c pip install --upgrade pip && pip install --upgrade pipenv && apt-get update && apt install -y build-essential && apt install -y libmariadb3 libmariadb-dev && pip install --upgrade -r /app/requirements.txt]: exit code: 1"
I guess I am close, most of the containers are completed:
docker images | grep pyrrha
pyrrha-rulesdecision latest 76e4f428edee About an hour ago 333MB
pyrrha-dashboard latest 21d85a10f0a3 2 hours ago 1.24GB
pyrrha-mqttclient latest 152c2fbc940f 2 hours ago 128MB
pyrrha-api-auth latest 1789bd869f1b 2 hours ago 781MB
pyrrha-simulator latest 1451b01156f2 2 hours ago 121MB
pyrrha-wss latest 0d0e3f5ca50a 2 hours ago 108MB
pyrrha-mariadb latest 8057693aceba 4 hours ago 389MB

imagen

I guess the solution should be around modifying this commands, like apt-get for brew, removing the -y, etc.

In fact I have tried to run it manually removing all these "non mac" commands, and with success. But when I run again the scrip for deploy fails.

Any options about updating these lines?
Thank you for the support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions