-
-
Notifications
You must be signed in to change notification settings - Fork 183
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 run katana --force -f "FLAG{.*?}" "RkxBR3t0aGlzX2lzX2FfYmFzZTY0X2ZsYWd9" #35
Comments
Appears to be in the requirements https://github.com/JohnHammond/katana/blob/master/requirements.txt |
WARNING: The script pybabel is installed in '/home/kali/.local/bin' which
is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The scripts sphinx-apidoc, sphinx-autogen, sphinx-build and
sphinx-quickstart are installed in '/home/kali/.local/bin' which is not on
PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script factordb is installed in '/home/kali/.local/bin'
which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script watchmedo is installed in '/home/kali/.local/bin'
which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script read_zbar is installed in '/home/kali/.local/bin'
which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script pytesseract is installed in '/home/kali/.local/bin'
which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script dulwich is installed in '/home/kali/.local/bin' which
is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
WARNING: The script base58 is installed in '/home/kali/.local/bin' which
is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this
warning, use --no-warn-script-location.
… |
Traceback (most recent call last):
File "/home/kali/katana/env/bin/katana", line 6, in <module>
from pkg_resources import load_entry_point
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 3252, in <module>
def _initialize_master_working_set():
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 3235, in _call_aside
f(*args, **kwargs)
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 583, in _build_master
ws.require(__requires__)
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 900, in require
needed = self.resolve(parse_requirements(requirements))
File
"/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py",
line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pytesseract' distribution was not
found and is required by katana
Vào Th 4, 15 thg 9, 2021 vào lúc 04:04 ElJeffe ***@***.***>
đã viết:
… Appears to be in the requirements
https://github.com/JohnHammond/katana/blob/master/requirements.txt
Maybe run a pip install -r requirements.txt?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALCRLE2FX5WVV734573ZXZ3UB62ETANCNFSM5CYDVSSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Have you tried "Consider adding this directory to PATH"? Run |
still have error ──(env)─(kali㉿kali)-[~/katana] Traceback (most recent call last): |
──(kali㉿kali)-[~/katana] |
Katana is a Python 3 application and likely not backward compatible with Python 2.7. Try |
Traceback (most recent call last):
File "/home/kali/katana/env/bin/katana", line 6, in
from pkg_resources import load_entry_point
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 3252, in
def _initialize_master_working_set():
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pytesseract' distribution was not found and is required by katana
The text was updated successfully, but these errors were encountered: