hisxo / gitGraber

gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
GNU General Public License v3.0
2.02k stars 330 forks source link

module 'argcomplete' has no attribute 'autocomplete' #17

Closed sakyb7 closed 4 years ago

sakyb7 commented 5 years ago

Hi team, im facing issue while running this tool, i already install dependencies but it still giving me error..

root@kali:~/tools/gitGraber# pip3 install -r requirements.txt 
Requirement already satisfied: requests==2.18.4 in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 1)) (2.18.4)
Requirement already satisfied: argcomplete==1.10.0 in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 2)) (1.10.0)
Requirement already satisfied: python_crontab==2.3.9 in /usr/local/lib/python3.7/dist-packages (from -r requirements.txt (line 3)) (2.3.9)
Requirement already satisfied: termcolor==1.1.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (1.1.0)
root@kali:~/tools/gitGraber# python3 gitGraber.py 
Traceback (most recent call last):
  File "gitGraber.py", line 313, in <module> 
    argcomplete.autocomplete(parser)
AttributeError: module 'argcomplete' has no attribute 'autocomplete'

Untitled

rmarot commented 5 years ago

Hi,

Did you try to start a new shell and then execute the script from there ?

Thanks

sakyb7 commented 5 years ago

yes i did.. i also restarted the machine but didnt work

georgnaggies commented 4 years ago

Hi, had the same, for me it was a permissions issue in my installation.

ashhadali10 commented 4 years ago

solve this issue or not

rmarot commented 4 years ago

Hi,

Which full versions do you use for Python3 and pip3 please ?