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

ERROR when i run command pip3 install holehe #168

Open
DoraemonDJ opened this issue Jun 15, 2023 · 1 comment
Open

ERROR when i run command pip3 install holehe #168

DoraemonDJ opened this issue Jun 15, 2023 · 1 comment

Comments

@DoraemonDJ
Copy link

ERROR : Could not find a version that satisfies the requirement termcolor (from holehe) (from versions)
ERROR : No matching distribution found for termcolor

On kali linux

@DoraemonDJ DoraemonDJ changed the title ERROR when i run command pip pip3 install holehe ERROR when i run command pip3 install holehe Jun 15, 2023
@vaibhavb02
Copy link

  1. Upgrade pip
pip install --upgrade pip
  1. Install termcolor
pip install termcolor
  1. Uninstall holehe and then install
pip uninstall holehe
pip install holehe

Note - pip3 on linux or mac, hopefully it will work

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