Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX failure for workbench #8

Open
tvuongp opened this issue Sep 2, 2024 · 0 comments
Open

OSX failure for workbench #8

tvuongp opened this issue Sep 2, 2024 · 0 comments

Comments

@tvuongp
Copy link

tvuongp commented Sep 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant