Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose install failing on Raspberry Pi Zero W #45

Open
danps1 opened this issue Sep 7, 2020 · 1 comment
Open

docker-compose install failing on Raspberry Pi Zero W #45

danps1 opened this issue Sep 7, 2020 · 1 comment

Comments

@danps1
Copy link

danps1 commented Sep 7, 2020

Hi,

I previously had pynx584 working well on my Raspberry Pi Zero W with a USB Serial, but thought I'd like to get it containerised like the rest of my environment.

This is what I did...

1. Fresh install of raspbian lite
2. Configure WLAN, timezone, hostname etc.
3. Install Docker using the convenience script
4. sudo apt install docker-compose
5. sudo apt update
6. git clone https://github.com/kk7ds/pynx584.gi
7. cd pynx584
8. nano docker-compose.yml (to uncomment and edit the correct TTY settings)
9. docker-compose up -d

However, the docker compose install fails at step 3 with the following...

Step 3/6 : RUN pip install --no-cache-dir pynx584
 ---> Running in c8bd44ae1c7c
ERROR: Service 'pynx584' failed to build: The command '/bin/sh -c pip install --no-cache-dir pynx584' returned a non-zero code: 139

Does anyone know what I might be doing wrong?
Thanks
Dan

@kk7ds
Copy link
Owner

kk7ds commented Sep 17, 2022

Sorry for the delayed response. Is this still an issue? I would expect maybe some DNS problem in the container, or just some transient failure with pypi at the time.

Can I close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants