Getting error "ImportError: Module use of python312.dll conflicts with this version of Python." when flashing - can build perfectly fine

I get the error "ImportError: Module use of python312.dll conflicts with this version of Python." when I try to flash my device using any Python version below 3.12.x. I get no error when I try to build the project.

However, when I set the global Python version to 3.12.0 using pyenv, it first and foremost correctly doesn't recognize the nrfutil package until I install it into the new version, which is a sign that it has correctly changed the version, but I also get a new error related to not having the package "constants." When I pip install that I get a third error:



Looking online, it seems like the fix to this issue is to downgrade to 3.8 or 3.9. But this just goes back to me having the original error.

I tried looking at the support information, and it seems like the toolchain is reffering to a Python 3.12.4 version?



I am wondering if the fix would be to somehow change the python version in the toolchain, but I would like to hear first if you have any other suggestions? I have gone through my path and replaced all occurances of Python with a refference to 3.8.6, but once again, it appears that pyenv is correctly setting the right python versions, so this is most likely not a path issue.

Parents
  • Hi

    Are you using the VS Code extension for NCS here when seeing this issue? Have you tried removing the 3.12.x version(s) of Python from your computer altogether on your end so you only have versions 3.8 or 3.9 installed?

    Also, since this is related to flashing a device only, can you share some information on what device you're trying to flash here, is it an nRF54L15 DK or custom board. If it's a DK, what version of the board do you have?

    Best regards,

    Simon

Reply
  • Hi

    Are you using the VS Code extension for NCS here when seeing this issue? Have you tried removing the 3.12.x version(s) of Python from your computer altogether on your end so you only have versions 3.8 or 3.9 installed?

    Also, since this is related to flashing a device only, can you share some information on what device you're trying to flash here, is it an nRF54L15 DK or custom board. If it's a DK, what version of the board do you have?

    Best regards,

    Simon

Children
  • Hello Simon,

    Yes I have tried removing the 3.12.x version of Python. It didn't work. It is indeed the VS code extension.

    It is the nRF54L15DK, I am not quite sure how to read the information you're requesting from the board, but it has the following values on the sticker:

    PCA10156
    0.9.1
    2024.45
    1057733114

    With that said, I do believe the issue is related to nrfutil more than the boaard itself.