lida
lida copied to clipboard
Errors @ docker compose up:
Hey folks, trying to get a docker together for the demo app, hopefully I can get the page source to add gpt-4o as an option. When I try to compose up, I get
lida2 % docker compose up
WARN[0000] /Users/sidnewby/Prog/lida2/docker-compose.yml: `version` is obsolete
[+] Running 1/1
=> ERROR [web 3/3] RUN pip install --no-cache-dir lida
It looks like we might just have some legacy dependencies? If there are known versions of these that I should use instead, I can?
21.24 Getting requirements to build wheel: started
21.51 Getting requirements to build wheel: finished with status 'error'
21.52 error: subprocess-exited-with-error
21.52
21.52 × Getting requirements to build wheel did not run successfully.
21.52 │ exit code: 1
21.52 ╰─> [3 lines of output]
21.52 <string>:86: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
21.52 WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or directory: 'gdal-config'
21.52 CRITICAL:root:A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
21.52 [end of output]
21.52
21.52 note: This error originates from a subprocess, and is likely not a problem with pip.
21.52 error: subprocess-exited-with-error
21.52
21.52 × Getting requirements to build wheel did not run successfully.
21.52 │ exit code: 1
21.52 ╰─> See above for output.
21.52
21.52 note: This error originates from a subprocess, and is likely not a problem with pip.
------
failed to solve: process "/bin/sh -c pip install --no-cache-dir lida" did not complete successfully: exit code: 1