Have few python scripts and API that I want to deploy to PCF. During build process I get this error and the container is destroyed at the end. Do you know how to get around this. Sounds like cx_Oracle needs Oracle client presence. -----> Installing python-2.7.11 Downloaded [file:///tmp/buildpacks/3e091922d73fa9260b32ad7737d842e3/dependencies/https___pivotal-buildpacks.s3.amazonaws.com_concourse-binaries_python_python-2.7.11-linux-x64.tgz] $ pip install -r requirements.txt Collecting Flask==0.12 (from -r requirements.txt (line 1)) Downloading Flask-0.12-py2.py3-none-any.whl (82kB) Collecting cx-Oracle (from -r requirements.txt (line 2)) Downloading cx_Oracle-5.3.tar.gz (129kB) Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-8i1use/cx-Oracle/setup.py", line 174, in raise DistutilsSetupError("cannot locate an Oracle software " \ distutils.errors.DistutilsSetupError: cannot locate an Oracle software installation
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8i1use/cx-Oracle/