Beiträge von harry66

    ich habe dasselbe Problem
    Raspberry 3B - Raspbian stretch


    pi@doorpi:~ $ nfc-list

    Code
    nfc-list uses libnfc libnfc-1.7.1-191-g216145f
    NFC device: PN532 board via UART opened

    funktioniert, aber


    pi@doorpi:~ $ python /home/pi/libnfc/trunk/examples/tagtool.py --device tty:AMA0:pn532


    Code
    File "/usr/lib/python2.7/ctypes/__init__.py", line 380, in __getitem__
        func = self._FuncPtr((name_or_ordinal, self))
    AttributeError: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: undefined symbol: ECDH_OpenSSL

    ich habe jetzt nach längerem Suchen in der python community folgendes gefunden




    Python < 2.7.13 does not support OpenSSL 1.1

    was kann man da ändern?