Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'Adversary.adversary' #9

Open
northeast250 opened this issue Aug 29, 2018 · 1 comment
Open

No module named 'Adversary.adversary' #9

northeast250 opened this issue Aug 29, 2018 · 1 comment

Comments

@northeast250
Copy link

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 northeast250 changed the title pip install No module named 'Adversary.adversary' Aug 29, 2018
@100
Copy link
Member

100 commented Aug 29, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants