Hallo zusammen,
ich versuche mich gerade an einer Neuinstallation von 7.1 (auf Proxmox) und bekomme eine Fehlermeldung beim Start und insbesondere beim Aufruf von linuxmuster-setup:
/usr/lib/python3/dist-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.hazmat.backends import default_backend
/usr/lib/python3/dist-packages/paramiko/transport.py:154: CryptographyDeprecationWarning: Blowfish has been deprecated
'class': algorithms.Blowfish,
Traceback (most recent call last):
File "/usr/sbin/linuxmuster-setup", line 13, in <module>
from functions import modIni
File "/usr/lib/linuxmuster/functions.py", line 27, in <module>
import requests
File "/usr/lib/python3/dist-packages/requests/__init__.py", line 84, in <module>
from urllib3.contrib import pyopenssl
File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 46, in <module>
import OpenSSL.SSL
File "/usr/local/lib/python3.6/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import crypto, SSL
File "/usr/local/lib/python3.6/dist-packages/OpenSSL/crypto.py", line 1517, in <module>
class X509StoreFlags(object):
File "/usr/local/lib/python3.6/dist-packages/OpenSSL/crypto.py", line 1537, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
Hat jemand eine Idee, wie man das umschifft? Ich habe mich - denke ich - penibel an die Anleitung gehalten.
Viele Grüße
Thomas