-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
- Have you read our Wiki page "Common Issues & Their Solutions"?
Describe the bug
I am getting the following error when I run ciphey :
Traceback (most recent call last):
File "/usr/local/bin/ciphey", line 5, in <module>
from ciphey.ciphey import main
File "/usr/local/lib/python3.9/dist-packages/ciphey/__init__.py", line 3, in <module>
from . import iface
File "/usr/local/lib/python3.9/dist-packages/ciphey/iface/__init__.py", line 1, in <module>
from ._config import Config
File "/usr/local/lib/python3.9/dist-packages/ciphey/iface/_config.py", line 21, in <module>
from ._modules import Checker, Searcher, ResourceLoader, PolymorphicChecker
File "/usr/local/lib/python3.9/dist-packages/ciphey/iface/_modules.py", line 225, in <module>
class CrackResult(NamedTuple, Generic[T]):
File "/usr/lib/python3.9/typing.py", line 1876, in _namedtuple_mro_entries
raise TypeError("Multiple inheritance with NamedTuple is not supported")
TypeError: Multiple inheritance with NamedTuple is not supported
Plaintext
Include your plaintext here, replacing this
Version
- OS/Distro: Kali Linux
- Python version: 3.9.1
- Ciphey versions: 5.10.0
- Did you use Docker? No.
Verbose Output
Run Ciphey with ciphey -vvv and paste the results into Pastebin.com or a GitHub Gist
To Reproduce
Steps to reproduce the behavior:
ciphey --help
Expected behavior
A clear and concise description of what you expected to happen.
Any other information?
Add any other context about the problem here.