I’ve followed the exact same installation steps as recomended in the installation page for linux. Yet I am missing multiple features(for example, scope.errors does not exist, SAD.reference does not take more than 32 samples) and so on. What is the correct version of the software and the firmware for husky that supports all features?
Can you point me specifically to which instructions you followed?
This is strange because scope.errors has existed for a super long time. By any chance did you previously have an older version installed?
Run the following to see where chipwhisperer is getting imported from:
import chipwhisperer as cw
print(cw.__file__)