Or at least, on Ubuntu 16.04 LTS a simple pip install will no longer work unless one specifies an earlier semantic-version module. Simple fix: https://github.com/rbarrois/python-semanticversion/commit/ea98f9fb7c76264df5e600ed597b79713e6cb2ce (need to pin to <2.7.0) Leads to great messages like: ``` ~/microbit-simulated-dal$ yotta ls error: 'Version' object has no attribute 'truncate' ```
Or at least, on Ubuntu 16.04 LTS a simple pip install will no longer work unless one specifies an earlier semantic-version module. Simple fix:
rbarrois/python-semanticversion@ea98f9f
(need to pin to <2.7.0)
Leads to great messages like: