This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Setup nRFCOnnectSDK on Ubuntu PC

Hi,

I have hard time to setup west in my Ubuntu PC. It was installed, but not fully working. So I tried to uninstall and reinstall, and also one time, I may have upgraded pip3 to new version 20.0.

But now I cannot install west:

My PC Report : 

# nRFConnect System Report - 2020-04-24T23-37-26.703Z

- System: Dell Inc. Precision 7520
- BIOS: Dell Inc. 1.5.1
- CPU: 1 x IntelRegistered CoreTm i7-7700HQ 2.80 GHz 8 cores (4 physical)
- Memory: 3.7 GB free of 7.6 GB total
- Filesystem: /dev/nvme0n1p3 (ext4) 215.7 GB 78.3% used

- OS: Ubuntu (16.04.6 LTS) linux x64

- Versions
- kernel: 4.4.0-112-generic
- git: 2.7.4
- node: 12.0.0
- python: 2.7.12
- python3: 3.5.2

//============================================

Get Stared Version:

Guide to set up the nRF Connect SDK

Version: 1.0.7
Official: true
Supported engines: nRF Connect ^3.2.0
Current engine: nRF Connect 3.3.1
App directory: /home/dzhou/.nrfconnect-apps/node_modules/pc-nrfconnect-gettingstarted

//----------------------------------------------------

In the Clone the nRF Connect SDK Section

pip3 install --user west

failed to verify: Error Messages are:

Traceback (most recent call last):
File "/home/dzhou/.local/bin/west", line 7, in <module>
from west.app.main import main
File "/home/dzhou/.local/lib/python3.5/site-packages/west/app/main.py", line 180
log.die(f"file not found: {self.mle.filename}")

//======================================

I have tried to uninstall pip, pip3 , and west, then reinstall them, many times. Doesn't work. Please help.

Thank You,

David Zhou

Related