kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

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

Open danps1 opened 4 years ago

danps1 commented 4 years ago

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 commented 2 years ago

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?