davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

data['sn']: _getserial() #160

Closed mastin-zgz closed 3 years ago

mastin-zgz commented 3 years ago

Hi! I am trying to install the system on a Nano Pi R1 which is very similar to the RAspberry and has ubuntu xenial.

I've listed the repository, updated, and done an apt get install comitup, but it gave me this error.

Setting up comitup (1.19-1) ... File "/usr/share/comitup/comitup/config.py", line 129 data['sn']: _getserial() ^ SyntaxError: invalid syntax

dpkg: error processing package comitup (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: comitup E: Sub-process /usr/bin/dpkg returned an error code (1)

any ideas?

Thanks!

davesteele commented 3 years ago

The failure is confirmed, but you are seeing it because Xenial is running Python 3.5, which is out of support.

davesteele commented 3 years ago

See #167