question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on docker-compose

See original GitHub issue
pi@raspberrypi:~/Pi-Hole-Monitoring $ docker-compose up -d
Building sql_influx
Step 1/4 : FROM python:3-alpine
 ---> 3cc7843766a1
Step 2/4 : COPY ./requirements.txt .
 ---> Using cache
 ---> cf33f0e2dc24
Step 3/4 : RUN pip install -r requirements.txt
 ---> Running in cb49a97ee9b1
ERROR: Service 'sql_influx' failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 139

¯_(ツ)_/¯

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Brandawg93commented, Dec 23, 2019

The issue may be fixed in my latest commit. I don’t have a pi zero to test this on, but others have had the same issue and sent a stack trace. It looks like influxdb requires a specific version of requests but the latest was installed first.

0reactions
GuillaumeRossolinicommented, Dec 23, 2019

Looks like it, yes:

[...]
Status: Downloaded newer image for grafana/grafana:latest
Creating influxdb ... done
Creating sql_influx ... done
Creating telegraf   ... done
Creating grafana    ... done
Read more comments on GitHub >

github_iconTop Results From Across the Web

I am getting error in docker-compose.yml file
I have found the issue. this is because yml file is indentation dependent. i change my first line from "version :'1.26'" to "version:'1.26'"....
Read more >
How to get detailed error message using docker-compose ...
The error is occurring during the build process. You should see the same results when you run docker-compose build . This error:
Read more >
Docker compose up gives error - General Discussions
hi, i am pretty new in docker and docker compose. I write a web app, python flask. and I wanna dockerize it. but...
Read more >
Docker-compose up throwing error
ERROR: Version in "./docker-compose. yaml" is unsupported. You might be seeing this error because you're using the wrong Compose file version.
Read more >
docker-compose build Error · Issue #6634
I tried running docker-compose build in a local repository with a docker-compose.yml but got the error mentioned in this issue.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found