jonluca / Anubis

Subdomain enumeration and information gathering tool
https://jonlu.ca/anubis/
MIT License
1.18k stars 151 forks source link

No module named 'anubis.utils' #10

Closed xj90512 closed 6 years ago

xj90512 commented 6 years ago

Installing collected packages: anubis-netsec Successfully installed anubis-netsec-0.2.0

~# anubis Traceback (most recent call last): File "/usr/local/bin/anubis", line 11, in sys.exit(main()) File "/usr/local/lib/python3.5/dist-packages/anubis/cli.py", line 78, in main import anubis.commands File "/usr/local/lib/python3.5/dist-packages/anubis/commands/init.py", line 1, in from .target import * File "/usr/local/lib/python3.5/dist-packages/anubis/commands/target.py", line 26, in from anubis.utils.ColorPrint import ColorPrint ImportError: No module named 'anubis.utils'

juliavdkris commented 6 years ago

I got this as well when trying to install it using pip3 install anubis-netsec. For me cloning the repo and running pip3 install -e . fixed it, you might want to try that.

jonluca commented 6 years ago

I'm able to reproduce this, and an update will be submitted soon.

For now, install by cloning and using pip3 install ..

Thanks!

jonluca commented 6 years ago

@xj90512 Should be fixed in v0.3.0. Let me know if this works for you.

xj90512 commented 6 years ago

@jonluca ths,it's work.