GHunt
GHunt copied to clipboard
TypeError same as #389
Describe the bug
$ghunt login
Traceback (most recent call last):
File "/home/ah/.local/bin/ghunt", line 5, in
To Reproduce Step 1: install python 3.11.1 ┌─[a@Z]─[~/Downloads/Python-3.11.1] └──╼ $python3 -V Python 3.11.1
Step 2: install ghunt per the instructions on the page $ pip3 install pipx $ pipx ensurepath $ pipx install ghunt
Step 3: run command "ghunt login"
System (please complete the following information): Linux Parrot Python 3.11.1
pipx uninstall ghunt; pipx install ghunt --python $(which python3.11)
└──╼ $pipx install ghunt --python /usr/local/bin/python3.11 Fatal error from pip prevented installation. Full pip output in file: /home/ah/.local/pipx/logs/cmd_2022-12-14_15.01.01_pip_errors.log
Some possibly relevant errors from pip install: ERROR: Could not find a version that satisfies the requirement ghunt (from versions: none) ERROR: No matching distribution found for ghunt
Error installing ghunt.
$pipx uninstall ghunt; pipx install ghunt --python $(which python3.11) Nothing to uninstall for ghunt 😴 Fatal error from pip prevented installation. Full pip output in file: /home/ah/.local/pipx/logs/cmd_2022-12-14_15.03.01_1_pip_errors.log
Some possibly relevant errors from pip install: ERROR: Could not find a version that satisfies the requirement ghunt (from versions: none) ERROR: No matching distribution found for ghunt
Error installing ghunt.
pipx install ghunt --python $(which python3.11)
I have the same error. Could you please explain what exactly should I type in command:
"pipx install ghunt --python $(which python3.11)"
instead of the text: "$(which python3.11)" ? I can't figure it out.
Had the same error. Fixed it by uninstalling python and installing the latest version.