Loki
Loki copied to clipboard
Traceback error
Python version: 3.8.10
the error i have:
Traceback (most recent call last):
File "loki.py", line 10, in
I tried manually installing open SSL and still same error
similar problem, how to solve it?
the problem is not in the program's source code but in one of its dependencies.
As version 39.0.0 presented this bug, downgrading the cryptography package solves this, without purging or touching your OS. pip install cryptography==38.0.4 to downgrade from 39.0.0 which presented this error