ChipWhisperer Not Found

We had the system working. We re-installed the AVR-GCC tools. Now the Jupyter Notebooks fails on the command:

Import Chipwhisperer as cw

It cannot be found.

The command should be import chipwhisperer as cw (all lowercase). Just want to make sure as I know forum formatting can be a little iffy sometimes.

If the lowercase version doesn’t work, can you run !pip freeze in the notebook and post the results?

Alex

Okay. We fixed that issue. We just needed to reinstall the Chip Whisperer Software.

The problem we are having now is that the script

/Setup-Scripts/Setup_generic.ipynb

Is basically hanging. I will get you a screen shot.

can you run just

import  chipwhisperer as cw
scope = cw.scope()

in a notebook as well?