blackducksoftware / hub-detect

This is now deprecated. Please see synopsys-detect.
Apache License 2.0
38 stars 39 forks source link

Pip scanning fails with message #322

Closed imbeyondboredom closed 6 years ago

imbeyondboredom commented 6 years ago

Issue template

Expected behavior

Version

4.2.1

Language Version: Python 2.7 Pip 1.5.4

OS:

**Here is the docker file that will reproduce it:

FROM openjdk:8-jdk-slim

RUN apt-get update \
    && apt-get upgrade -y \
    && apt-get install -y \
    build-essential \
    ca-certificates \
    gcc \
    git \
    libpq-dev \
    make \
    python-pip \
    python2.7 \
    python2.7-dev \
    ssh \
    && apt-get autoremove \
    && apt-get clean

RUN pip install -U "setuptools==3.4.1"
RUN pip install -U "pip==1.5.4"
RUN pip install -U "Mercurial==2.9.1"
RUN pip install -U "virtualenv==1.11.4"
stavvy-akamen commented 6 years ago

@JakeMathews thoughts on what may cause that type of error? Docker related?

imbeyondboredom commented 6 years ago

I just tried running this again and it looks like it was fixed with https://github.com/blackducksoftware/hub-detect/commit/c10d36c30714f1d18341a8af77608f6d8690a831 but that fix hadn't gone out yet.

I'll close this as I think with the new release it's fixed.