You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\Plush\Desktop\Stuff\Quaritine Place\Loki-master\loki.py", line 10, in
from lib.server.server import Server
File "C:\Users\Plush\Desktop\Stuff\Quaritine Place\Loki-master\lib\server\server.py", line 11, in
from OpenSSL import crypto
File "C:\Users\Plush\AppData\Local\Programs\Python\Python310\lib\site-packages\OpenSSL_init_.py", line 8, in
from OpenSSL import crypto, SSL
File "C:\Users\Plush\AppData\Local\Programs\Python\Python310\lib\site-packages\OpenSSL\crypto.py", line 3268, in
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
The text was updated successfully, but these errors were encountered:
likely a missing package, but
Traceback (most recent call last):
File "C:\Users\Plush\Desktop\Stuff\Quaritine Place\Loki-master\loki.py", line 10, in
from lib.server.server import Server
File "C:\Users\Plush\Desktop\Stuff\Quaritine Place\Loki-master\lib\server\server.py", line 11, in
from OpenSSL import crypto
File "C:\Users\Plush\AppData\Local\Programs\Python\Python310\lib\site-packages\OpenSSL_init_.py", line 8, in
from OpenSSL import crypto, SSL
File "C:\Users\Plush\AppData\Local\Programs\Python\Python310\lib\site-packages\OpenSSL\crypto.py", line 3268, in
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
The text was updated successfully, but these errors were encountered: