File "/home/ubuntu/RaspiNukiBridge/./nuki.py", line 643, in pair
cmd = self._prepare_command(NukiCommand.REQUEST_DATA.value, payload)
File "/home/ubuntu/RaspiNukiBridge/./nuki.py", line 269, in _prepare_command
crc = crc16.crc16xmodem(message, 0xffff).to_bytes(2, "little")
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
After preparing my virtual environment
It fail to pairing with this message:
The problem is known here
I temporarily fixed the problem using this fork in the
requirements.txt
filerequirements.txt
Best regards