Raspberry with wipy

get error like this… please help.

this the code

import BlynkLib
import time

BLYNK_AUTH = ‘24c7e12e626e47a8afa77726e0171992’
blynk = BlynkLib.Blynk(BLYNK_AUTH)
def v2_read_handler():
blynk.virtual_write(2, time.ticks_ms() // 1000)
blynk.add_virtual_pin(2, read=v2_read_handler)
blynk.run()

anyone how fix this error ?

thanks…

Officially we don’t support WiPy library on Raspberry Pi yet.
But it should be fairly easy to get it working.

how about node.js ?
fully support ?