Virtualbox USB Error CW 5.5 CWLITE ARM

Just a short follow up:

import chipwhisperer as cw
scope = cw.scope(sn='dummy')

Leads to:
Warning: Failed to find USB device with S/N %s . Found S/N's: <CW-Serial Nr> (ChipWhisperer Lite)

and with:
import chipwhisperer as cw
scope = cw.scope(sn='<CW-Serial Nr>')

I get the same USB error as before.

Jupyter seems to find the ChipWhisperer board but apparently doesn’t like it very much.