nRF54L15 protobuf error

Hello, I'm running an example of channel sounding using nRF54L15.

The build is fine, but the following error occurs during flash.

Python is using 3.12.4 version.
As you can see, we're using protobuf version 3.19.6 as well. (The same error occurred in 3.20.0 version)

But I keep getting protobuf errors, how do I fix it?

-------------------------------------------------------------------------

I solved this problem, but another problem occurred.

ModuleNotFoundError: No module named 'constants'

Parents
  • Hello,

    Sorry for the late reply. I was assigned your ticket, but was out of office yesterday. 

    I solved this problem, but another problem occurred.

    ModuleNotFoundError: No module named 'constants'

    Is there any way I can reproduce this issue? If so, can you please give some instructions on how to do it? If it is at all related to your initial issue, it seems like it is a toolchain issue. From the build log (probably from when you are flashing) it seems like it tries to use your default python installation, instead of the python version provided in the toolchain. Did you install a toolchain using VS Code? If so, which one do you use?

    Best regards,
    Edvin

Reply
  • Hello,

    Sorry for the late reply. I was assigned your ticket, but was out of office yesterday. 

    I solved this problem, but another problem occurred.

    ModuleNotFoundError: No module named 'constants'

    Is there any way I can reproduce this issue? If so, can you please give some instructions on how to do it? If it is at all related to your initial issue, it seems like it is a toolchain issue. From the build log (probably from when you are flashing) it seems like it tries to use your default python installation, instead of the python version provided in the toolchain. Did you install a toolchain using VS Code? If so, which one do you use?

    Best regards,
    Edvin

Children
No Data
Related