iot-lab/cli-tools

Python3 incompatibility

Closed this issue · 4 comments

The script is not compatible with python3.
The readme does not say that python2 is required.

issue is visible when installing the package on a system that has default python = python3.
the workaround in this case is to install the package using a non-default python, e.g.
sudo python2.7 setup.py install

fixed README: f203fae