You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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...
However, the docker compose install fails at step 3 with the following...
Does anyone know what I might be doing wrong?
Thanks
Dan
The text was updated successfully, but these errors were encountered: