ishanra

docker build error

Dec 7th, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.25 KB | None | 0 0
  1. Collecting Pillow==6.1.0 (from -r /mnt/extra-addons/requirements.txt (line 42))
  2.   Downloading https://files.pythonhosted.org/packages/d6/98/0d360dbc087933679398d73187a503533ec0547ba4ffd2115365605559cc/Pillow-6.1.0-cp35-cp35m-manylinux1_x86_64.whl (2.1MB)
  3. Collecting polib==1.1.0 (from -r /mnt/extra-addons/requirements.txt (line 43))
  4.   Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
  5. Collecting psutil==4.3.1 (from -r /mnt/extra-addons/requirements.txt (line 44))
  6.   Downloading https://files.pythonhosted.org/packages/78/cc/f267a1371f229bf16db6a4e604428c3b032b823b83155bd33cef45e49a53/psutil-4.3.1.tar.gz (315kB)
  7. Collecting psycopg2==2.8.3 (from -r /mnt/extra-addons/requirements.txt (line 45))
  8.   Downloading https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165/psycopg2-2.8.3.tar.gz (377kB)
  9.     Complete output from command python setup.py egg_info:
  10.     running egg_info
  11.     creating pip-egg-info/psycopg2.egg-info
  12.     writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  13.     writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  14.     writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  15.     writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  16.    
  17.     Error: pg_config executable not found.
  18.    
  19.     pg_config is required to build psycopg2 from source.  Please add the directory
  20.     containing pg_config to the $PATH or specify the full executable path with the
  21.     option:
  22.    
  23.         python setup.py build_ext --pg-config /path/to/pg_config build ...
  24.    
  25.     or with the pg_config option in 'setup.cfg'.
  26.    
  27.     If you prefer to avoid building psycopg2 from source, please install the PyPI
  28.     'psycopg2-binary' package instead.
  29.    
  30.     For further information please check the 'doc/src/install.rst' file (also at
  31.     <http://initd.org/psycopg/docs/install.html>).
  32.    
  33.    
  34.     ----------------------------------------
  35. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jujgbri8/psycopg2/
  36. The command '/bin/bash -xo pipefail -c pip3 install --no-cache-dir -r /mnt/extra-addons/requirements.txt' returned a non-zero code: 1
  37.  
Advertisement
Add Comment
Please, Sign In to add comment