You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: