newaetech / chipwhisperer

ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks
http://chipwhisperer.com
Other
1.05k stars 275 forks source link

Chipwhisperer installation and python dependencies #469

Open MKesenheimer opened 7 months ago

MKesenheimer commented 7 months ago

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.

alex-dewar commented 7 months ago

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

It might be time to look at updating notebook to 7.0

alex-dewar commented 6 months ago

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