This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No module named ipaddress when I directly run nrfutil from source code

I want to run the nrfutil to do some test, after I clone the source code from github.com/.../pc-nrfutil

I run the nrftutil directly from the source code without installing it by executing:

python nordicsemi/main.py

and then I get

Traceback (most recent call last): File "main.py", line 37, in import ipaddress ImportError: No module named ipaddress

Has anyone suggestions what I might solve it? Any hint is very much appreciated..

Related