Hey
I try to follow the guide here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.1/nrf/applications/nrf5340_audio/README.html#building-and-running
when i use the scrip approach i get the following error:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
peter:~/ncs/v2.4.1/nrf/applications/nrf5340_audio((no branch))$ python buildprog.py -h
Python path configuration:
PYTHONHOME = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local'
PYTHONPATH = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local/lib/python3.8/site-packages'
program name = 'python'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/usr/bin/python'
sys.base_prefix = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local'
sys.base_exec_prefix = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local'
sys.platlibdir = 'lib'
sys.executable = '/usr/bin/python'
sys.prefix = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local'
sys.exec_prefix = '/home/peter/ncs/toolchains/1f9b40e71a/usr/local'
sys.path = [
'/home/peter/ncs/toolchains/1f9b40e71a/usr/local/lib/python3.8/site-packages',
'/home/peter/ncs/toolchains/1f9b40e71a/usr/local/lib/python310.zip',
'/home/peter/ncs/toolchains/1f9b40e71a/usr/local/lib/python3.10',
'/home/peter/ncs/toolchains/1f9b40e71a/usr/local/lib/python3.10/lib-dynload',
i have installed latest sdk 2.4.1 and it works if i build it manually as described in the steps below.