ImportError('No module named serial')

Hi Colin,

After opening the ChipWhispererCapture I get this error:

(<type ‘exceptions.ImportError’>, ImportError(‘No module named serial’,), <traceback object at 0x7f14c813f758>)

I can’t do any capturing since I can’t select anything by the target module.

OS: Lubuntu 16.04 x64
Using ChipWhispererLite

Regards.

Hmm osorry - must be a bug with the new version. I suspect the fastest fix is to do a “pip install serial” or “pip install pyserial”, which will give you the module it’s missing.

It should work without it but that code might have been lost…

Regards,

-Colin

Thank you! pyserial worked.