edi-riga / MansOS

MansOS WSN/embedded operating system
MIT License
5 stars 3 forks source link

make setup broken - asks for python-serial #1

Closed elomage closed 3 years ago

elomage commented 3 years ago

Initial setup after downloading MansOS on Ubuntu 20.04. Go to demo/Blink/ make telosb setup ...crash

jjanis commented 3 years ago

Ubnutu 20.04 does not include Python2.x anymore and pyhton-serial is not in the default repositories, but most of MansOS is based on Python2.7.

The correct fix would be to migrate MansOS to Python3.

Meanwhile I have found that on Ubuntu 20.04 you need to:

elomage commented 3 years ago

Fixed in 9d48c1ec0fd7ebbec493cfc7c4165f5852b7ceb8