newaetech/chipwhisperer

Chipwhisperer installation and python dependencies

Opened this issue · 2 comments

To install the chipwhisperer software, I followed the instructions at https://chipwhisperer.readthedocs.io/en/latest/linux-install.html.
However, when running the command

jupyter notebook

python errors occurred. I had to install the packages traitlets and param manually:

pip uninstall traitlets
pip install traitlets==5.9.0

pip uninstall param
pip install param==1.13.0

Please update the dependencies accordingly.

Thanks for the report on this. I'll get the dependencies updated.

It might be time to look at updating notebook to 7.0

I've updated the jupyter requirements to their latest version and things seem to work fine.