Skip to content

opencv-python-headless==4.1.2.30 changed and error in pip install req #14

@johnfelipe

Description

@johnfelipe
Collecting absl-py==0.8.1
  Using cached absl-py-0.8.1.tar.gz (103 kB)
Collecting astor==0.8.0
  Using cached astor-0.8.0-py2.py3-none-any.whl (27 kB)
Collecting cachetools==3.1.1
  Using cached cachetools-3.1.1-py2.py3-none-any.whl (11 kB)
Collecting certifi==2019.9.11
  Using cached certifi-2019.9.11-py2.py3-none-any.whl (154 kB)
Requirement already satisfied: chardet==3.0.4 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 5)) (3.0.4)
Collecting cycler==0.10.0
  Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting dj-database-url==0.5.0
  Using cached dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB)
Collecting Django==2.2.7
  Using cached Django-2.2.7-py3-none-any.whl (7.5 MB)
Collecting django-cors-headers==3.2.0
  Using cached django_cors_headers-3.2.0-py3-none-any.whl (14 kB)
Collecting django-heroku==0.3.1
  Using cached django_heroku-0.3.1-py2.py3-none-any.whl (6.2 kB)
Collecting djangorestframework==3.10.3
  Using cached djangorestframework-3.10.3-py3-none-any.whl (909 kB)
Collecting gast==0.2.2
  Using cached gast-0.2.2.tar.gz (10 kB)
Collecting google-auth==1.7.1
  Using cached google_auth-1.7.1-py2.py3-none-any.whl (74 kB)
Collecting google-auth-oauthlib==0.4.1
  Using cached google_auth_oauthlib-0.4.1-py2.py3-none-any.whl (18 kB)
Collecting google-pasta==0.1.8
  Using cached google_pasta-0.1.8-py3-none-any.whl (57 kB)
Collecting grpcio==1.25.0
  Using cached grpcio-1.25.0-cp38-cp38-manylinux2010_x86_64.whl (2.4 MB)
Collecting gunicorn==20.0.0
  Using cached gunicorn-20.0.0-py2.py3-none-any.whl (77 kB)
Collecting h5py==2.10.0
  Using cached h5py-2.10.0-cp38-cp38-manylinux1_x86_64.whl (2.9 MB)
Requirement already satisfied: idna==2.8 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 19)) (2.8)
Collecting Keras-Applications==1.0.8
  Using cached Keras_Applications-1.0.8-py3-none-any.whl (50 kB)
Collecting Keras-Preprocessing==1.1.0
  Using cached Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41 kB)
Collecting kiwisolver==1.1.0
  Using cached kiwisolver-1.1.0-cp38-cp38-manylinux1_x86_64.whl (91 kB)
Collecting Markdown==3.1.1
  Using cached Markdown-3.1.1-py2.py3-none-any.whl (87 kB)
Collecting matplotlib==3.1.1
  Using cached matplotlib-3.1.1.tar.gz (37.8 MB)
Collecting numpy==1.17.4
  Using cached numpy-1.17.4-cp38-cp38-manylinux1_x86_64.whl (20.5 MB)
Requirement already satisfied: oauthlib==3.1.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 26)) (3.1.0)
Collecting opencv-python-headless==4.1.2.30
  Downloading opencv_python_headless-4.1.2.30-cp38-cp38-manylinux1_x86_64.whl (21.8 MB)
     |████████████████████████████████| 21.8 MB 22.5 MB/s
Collecting opt-einsum==3.1.0
  Downloading opt_einsum-3.1.0.tar.gz (69 kB)
     |████████████████████████████████| 69 kB 5.9 MB/s
Collecting Pillow==6.2.1
  Downloading Pillow-6.2.1-cp38-cp38-manylinux1_x86_64.whl (2.1 MB)
     |████████████████████████████████| 2.1 MB 42.6 MB/s
Collecting protobuf==3.10.0
  Downloading protobuf-3.10.0-py2.py3-none-any.whl (434 kB)
     |████████████████████████████████| 434 kB 51.0 MB/s
Collecting psycopg2==2.8.4
  Downloading psycopg2-2.8.4.tar.gz (377 kB)
     |████████████████████████████████| 377 kB 45.3 MB/s
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_do5lo_1/psycopg2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_do5lo_1/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info
         cwd: /tmp/pip-install-_do5lo_1/psycopg2/
    Complete output (23 lines):
    running egg_info
    creating /tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info/psycopg2.egg-info
    writing /tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info/psycopg2.egg-info/PKG-INFO
    writing dependency_links to /tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info/psycopg2.egg-info/dependency_links.txt
    writing top-level names to /tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info/psycopg2.egg-info/top_level.txt
    writing manifest file '/tmp/pip-install-_do5lo_1/psycopg2/pip-egg-info/psycopg2.egg-info/SOURCES.txt'

    Error: pg_config executable not found.

    pg_config is required to build psycopg2 from source.  Please add the directory
    containing pg_config to the $PATH or specify the full executable path with the
    option:

        python setup.py build_ext --pg-config /path/to/pg_config build ...

    or with the pg_config option in 'setup.cfg'.

    If you prefer to avoid building psycopg2 from source, please install the PyPI
    'psycopg2-binary' package instead.

    For further information please check the 'doc/src/install.rst' file (also at
    <http://initd.org/psycopg/docs/install.html>).

    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions