Hi, i recently experimented with husky (bought it for SCA PM) and needed different python packages here and there for the tutorials because i started from the beginning with sca101. Is it correct that the different notebooks need different python packages? How do you manage this (if my understanding is correct)?
hi, i’ve gone through the courses and don’t recall ever needing any packages outside of those in jupyter/requirements.txt
. Have you installed those?
Usually i did not install more packages. Other packages (scared, scipy and estraces and numpy) were necessary for SCA PM tests with husky.
As demon000 all required python packages for our jupyter notebooks should be found in jupyter/requirements.txt
. Even if different notebooks need different packages, there should not be any requirements for conflicting versions of packages, and so there is no need for different environments. Why / how did you come to the opposite conclusion?
I got to the opposite conclusion by trying the scripts here: GitHub - colinoflynn/phase-modulation-sca: Resources to demonstrate phase modulation leakage including over JTAG . Now i realised that that is not part of chipwhisperer framework. My question is answered.