artificial-adversary icon indicating copy to clipboard operation
artificial-adversary copied to clipboard

No module named 'Adversary.adversary'

Open northeast250 opened this issue 6 years ago • 1 comments

import Adversary

/anaconda3/lib/python3.6/site-packages/Adversary/init.py in () ----> 1 from Adversary.adversary import Adversary 2 from Adversary.attacks import *

ModuleNotFoundError: No module named 'Adversary.adversary'

Because /anaconda3/lib/python3.6/site-packages/Adversary/Adversary.py mv Adversary.py adversary.py

northeast250 avatar Aug 29 '18 05:08 northeast250

Seems like I forgot to make this change in the pypi version of the package. I just fixed this in v1.1.1, can you install this newer version and try again? It works on my end now.

100 avatar Aug 29 '18 15:08 100