-
• #2
try pip from python3, maybe try
pip3 install nrfutils
-
• #3
tried that... same exact error. This is on a linux instance i rent (liveinhost.com). BTW on Windows, I used manual method and got espruino built as a local executable on my WSL, but cross compile example failed! I went to my linux instance thinking it was a cleaner solution...
-
• #4
That's an odd one. Not sure why you're having issues - definitely looks like
pip
is freaking out :(You could try running through the steps in provision.sh manually and seeing where the issue is? If a
pip install
command is failing you could probably just google the error message. -
• #5
It is actually 'nrfutil' not 'nrfutils' as I wrongly suggested. also you can try
python3 -m pip
to be sure you are running the python3 version of pip. Also I think some latest nrfutil was also not working for me on some older linux distro, then you can force some older versionpython3 -m pip install nrfutil==5.2.0
-
• #6
Got it working on another linux instance, but hope to fix this eventually. Thanks all!
I'm sure it's me, but I get the following error :
and the contents of pip.log:
My system:
Any help appreciated!