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

[-] Missing dependencies: No module named texttable #2

Closed
vagrale13 opened this issue Jun 15, 2017 · 2 comments
Closed

[-] Missing dependencies: No module named texttable #2

vagrale13 opened this issue Jun 15, 2017 · 2 comments

Comments

@vagrale13
Copy link

vagrale13 commented Jun 15, 2017

I have this error

:~$ python ./domainhunter.py
Expired Domains Reputation Check
[-] Missing dependencies: No module named texttable
[*] Install required dependencies by running `pip install -r requirements.txt`
:~$ pip install -r requirements.txt
Requirement already satisfied: requests==2.13.0 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: texttable==0.8.7 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: beautifulsoup4==4.5.3 in /home/user/.local/lib/python3.5/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: lxml in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4))
:~$ pip install texttable
Requirement already satisfied: texttable in /home/user/.local/lib/python3.5/site-packages
@vestjoe
Copy link
Contributor

vestjoe commented Jul 12, 2017

Could be a python version issue. What version of python is your default? You may need to do a pip3.5 install -r requirements.txt
Or specify a specific version of python (python, python3, etc)

@vagrale13
Copy link
Author

Ok, the problem fixed. Seems that the problem was with pip.
Thanks.

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