Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 83 forks source link

docker-compose up fails #39

Closed shadyabhi closed 5 years ago

shadyabhi commented 5 years ago

I've attached full error log with the issue.

Environment:-

➤ docker-compose --version
docker-compose version 1.23.2, build 1110ad01
➤ docker --version
Docker version 18.09.2, build 6247962
➤ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.14.5
BuildVersion:   18F203

Error:

Collecting black==19.3b0 (from lemur[tests])
  ERROR: Could not find a version that satisfies the requirement black==19.3b0 (from lemur[tests]) (from versions: none)
ERROR: No matching distribution found for black==19.3b0 (from lemur[tests])
Makefile:7: recipe for target 'develop' failed
make: *** [develop] Error 1
ERROR: Service 'lemur-web' failed to build: The command '/bin/sh -c git config --global url."https://".insteadOf git:// &&  cd /usr/local/src &&  git clone https://github.com/netflix/lemur.git &&  cd lemur &&  git checkout ${LEMUR_VERSION} &&  pip install --upgrade pip virtualenv &&  export PATH=/usr/local/src/lemur/venv/bin:${PATH} &&  virtualenv -p python3 venv &&  . venv/bin/activate &&  make ${LEMUR_TARGET}' returned a non-zero code: 2

Full error log: error.log

abawchen commented 5 years ago

same here :(

drewby08 commented 5 years ago

Ran into the same issues. This should fix it: https://github.com/Netflix/lemur-docker/pull/40

shadyabhi commented 5 years ago

Hey @drewby08 ,

Thanks for the link to PR. I was able to start it successfully via docker.

kevgliss commented 5 years ago

Fixed by #40