Skip to content

OSX failure for workbench #8

Open
@tvuongp

Description

@tvuongp

This project fails to build for m3 MacBook. osx.

47 | >>> RUN /opt/conda/bin/pip install --user
48 | >>> -r /opt/project/build/requirements.txt
49 |

ERROR: failed to solve: process "/bin/bash -c /opt/conda/bin/pip install --user -r /opt/project/build/requirements.txt" did not complete successfully: exit code: 126
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/oywkaidqbp9h1yz1wo42m456s

On macOS, the /opt/conda/bin/pip path is not typically used because /opt/conda is a location more commonly seen on Linux or Docker environments where Conda is installed system-wide or in specific custom paths. On macOS, when you install Conda (via Miniconda or Anaconda), it usually installs to a user-specific directory unless you specify otherwise.

Please advise.

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