GengzeZhou / NavGPT-2

[ECCV 2024] Official implementation of NavGPT-2: Unleashing Navigational Reasoning Capability for Large Vision-Language Models
MIT License
70 stars 0 forks source link

Docker setup broken? #5

Open cactusoftheday opened 1 week ago

cactusoftheday commented 1 week ago

I'm getting this error when running this command docker build -t navgpt2:v1 . from the second option to build with docker. Any chance the docker image can get updated?

> [36/39] RUN pip install --no-cache-dir -r /tmp/requirements.txt:
15.68   error: subprocess-exited-with-error
15.68
15.68   × pip subprocess to install build dependencies did not run successfully.
15.68   │ exit code: 1
15.68   ╰─> [68 lines of output]
15.68       Ignoring numpy: markers 'python_version >= "3.9"' don't match your environment
15.68       Collecting setuptools
15.68         Using cached setuptools-75.1.0-py3-none-any.whl.metadata (6.9 kB)
15.68       Collecting cython<3.0,>=0.25
15.68         Downloading Cython-0.29.37-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.1 kB)
15.68       Collecting cymem<2.1.0,>=2.0.2
15.68         Downloading cymem-2.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
15.68       Collecting preshed<3.1.0,>=3.0.2
15.68         Downloading preshed-3.0.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB)
15.68       Collecting murmurhash<1.1.0,>=0.28.0
15.68         Downloading murmurhash-1.0.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB)
15.68       Collecting thinc<8.4.0,>=8.3.0
15.68         Downloading thinc-8.3.2.tar.gz (193 kB)
15.68         Installing build dependencies: started
15.68         Installing build dependencies: finished with status 'error'
15.68         error: subprocess-exited-with-error
15.68
15.68         × pip subprocess to install build dependencies did not run successfully.
15.68         │ exit code: 1
15.68         ╰─> [38 lines of output]
15.68             Ignoring numpy: markers 'python_version >= "3.9"' don't match your environment
15.68             Collecting setuptools
15.68               Using cached setuptools-75.1.0-py3-none-any.whl.metadata (6.9 kB)
15.68             Collecting cython<3.0,>=0.25
15.68               Using cached Cython-0.29.37-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.1 kB)
15.68             Collecting murmurhash<1.1.0,>=1.0.2
15.68               Using cached murmurhash-1.0.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB)
15.68             Collecting cymem<2.1.0,>=2.0.2
15.68               Using cached cymem-2.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
15.68             Collecting preshed<3.1.0,>=3.0.2
15.68               Using cached preshed-3.0.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB)
15.68             Collecting blis<1.1.0,>=1.0.0
15.68               Downloading blis-1.0.1.tar.gz (3.6 MB)
15.68                  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 11.8 MB/s eta 0:00:00
15.68               Installing build dependencies: started
15.68               Installing build dependencies: finished with status 'error'
15.68               error: subprocess-exited-with-error
15.68
15.68               × pip subprocess to install build dependencies did not run successfully.
15.68               │ exit code: 1
15.68               ╰─> [7 lines of output]
15.68                   Collecting setuptools
15.68                     Using cached setuptools-75.1.0-py3-none-any.whl.metadata (6.9 kB)
15.68                   Collecting cython>=0.25
15.68                     Downloading Cython-3.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
15.68                   ERROR: Ignored the following versions that require a different python version: 1.25.0 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9; 1.26.2 Requires-Python >=3.9; 1.26.3 Requires-Python >=3.9; 1.26.4 Requires-Python >=3.9; 2.0.0 Requires-Python >=3.9; 2.0.1 Requires-Python >=3.9; 2.0.2 Requires-Python >=3.9; 2.1.0 Requires-Python >=3.10; 2.1.0rc1 Requires-Python >=3.10; 2.1.1 Requires-Python >=3.10; 2.1.2 Requires-Python >=3.10
15.68                   ERROR: Could not find a version that satisfies the requirement numpy<3.0.0,>=2.0.0 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.3, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.21.0, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.22.0, 1.22.1, 1.22.2, 1.22.3, 1.22.4, 1.23.0, 1.23.1, 1.23.2, 1.23.3, 1.23.4, 1.23.5, 1.24.0, 1.24.1, 1.24.2, 1.24.3, 1.24.4)
15.68                   ERROR: No matching distribution found for numpy<3.0.0,>=2.0.0
15.68                   [end of output]
15.68
15.68               note: This error originates from a subprocess, and is likely not a problem with pip.
15.68             error: subprocess-exited-with-error
15.68
15.68             × pip subprocess to install build dependencies did not run successfully.
15.68             │ exit code: 1
15.68             ╰─> See above for output.
15.68
15.68             note: This error originates from a subprocess, and is likely not a problem with pip.
15.68             [end of output]
15.68
15.68         note: This error originates from a subprocess, and is likely not a problem with pip.
15.68       error: subprocess-exited-with-error
15.68
15.68       × pip subprocess to install build dependencies did not run successfully.
15.68       │ exit code: 1
15.68       ╰─> See above for output.
15.68
15.68       note: This error originates from a subprocess, and is likely not a problem with pip.
15.68       [end of output]
15.68
15.68   note: This error originates from a subprocess, and is likely not a problem with pip.
15.68 error: subprocess-exited-with-error
15.68
15.68 × pip subprocess to install build dependencies did not run successfully.
15.68 │ exit code: 1
15.68 ╰─> See above for output.
15.68
15.68 note: This error originates from a subprocess, and is likely not a problem with pip.
15.68
15.68 ERROR conda.cli.main_run:execute(125): `conda run /bin/bash -c pip install --no-cache-dir -r /tmp/requirements.txt` failed. (See above for error)