No module named 'privacy_lint' ! How can i fixe this error!

I try to run this code from github examples cifar10_attack.py but it doesn’t work !!!

I guess the privacy_lint folder is not in your PYTHONPATH or not cloned into your working directory and thus cannot be imported.

2 Likes

pip cannot find a corresponding package (and I also don’t see it being mentioned in their GitHub repository), so make sure to install it locally.

3 Likes