pypuf icon indicating copy to clipboard operation
pypuf copied to clipboard

module 'pypuf.attack' has no attribute 'LRAttack2021'

Open sara-alahmadi opened this issue 1 year ago • 3 comments

Hello, I have a project that I worked on last year and it had no issue. Now, I'm getting error "module 'pypuf.attack' has no attribute 'LRAttack2021' . I'm not sure why 'LRAttack2021' is not exist in the module anymore. Same case with 'MLPAttack2021' Please let me know if I'm missing something. Thanks! Screen Shot 2023-03-21 at 12 01 37 PM

sara-alahmadi avatar Mar 21 '23 17:03 sara-alahmadi

Which version of pypuf are you using? (Check using python3 -m pip show pypuf)

nils-wisiol avatar Mar 21 '23 17:03 nils-wisiol

Version: 2.2.0

Screen Shot 2023-03-21 at 12 37 29 PM

sara-alahmadi avatar Mar 21 '23 17:03 sara-alahmadi

Current version is 3.2.1, that's probably why the module is missing. Try pip install --upgrade pypuf.

On March 21, 2023 6:40:48 PM GMT+01:00, sara-alahmadi @.***> wrote:

Version: 2.2.0

Screen Shot 2023-03-21 at 12 37 29 PM

nils-wisiol avatar Mar 21 '23 19:03 nils-wisiol