Portenta H7 - 'module' object has no attribute 'WINC'

Hi,

I am trying to send an image from a Portenta H7 board to a PC but getting ‘module’ object has no attribute ‘WINC’ error. It is related to rpc.py library. The full error is mentioned below.

File “”, line 7, in
File “rpc.py”, line 560, in
File “rpc.py”, line 590, in rpc_wifi_master
AttributeError: ‘module’ object has no attribute ‘WINC’
MicroPython: v1.15-r51 OpenMV: v4.1.0 HAL: v1.9.0 BOARD: PORTENTA-STM32H747

I am running the image_transfer_jpg_as_the_remote_device_for_your_computer.py example.

While searching I have found the exact same issue - Transfer images from the Arduino Portenta over Wifi · Issue #2 · openmv/openmv-arduino-rpc · GitHub

Is this issue resolved?

Not yet, left a comment there.