Can't Build on Mac Apple Silicon M1 Max #4
btconway
started this conversation in
Problems & issues
Replies: 1 comment
-
I did not update the docker configuration files from main branch, since I am running BabyAGI locally. Also the requirements.txt might not be completely updated with all dependencies, as written in readme.md. I think that is the reason for the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am continually struggling to get this to build in docker or a virtual python environment. Same issue every time. It can't build the wheel for pygptj or pyllamacpp. Error logs below. Any help would be much appreciated!
benconway@bens-mbp-2 babyagi-robiwan % docker-compose up
[+] Building 376.0s (9/11)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 342B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/python:3.11-slim 0.9s
=> [1/7] FROM docker.io/library/python:3.11-slim@sha256:eaee5f73efa9ae96 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 12.11MB 0.1s
=> CACHED [2/7] WORKDIR /tmp 0.0s
=> CACHED [3/7] RUN apt-get update && apt-get install build-essential -y 0.0s
=> CACHED [4/7] COPY requirements.txt /tmp/requirements.txt 0.0s
=> ERROR [5/7] RUN pip install -r requirements.txt 374.9s
failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
benconway@bens-mbp-2 babyagi-robiwan %
Beta Was this translation helpful? Give feedback.
All reactions