You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: