Hello,
I am trying to setup build environment by following the below guide

I have followed all the steps as per that guide.
At the end when i executed build-core-sdk dra7xx-evm, i am getting below error:
user@Temp:~/Prasad/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers$ ./build-core-sdk.sh dra7xx-evm
[PSDKLA]>
[PSDKLA]> Current Directory is /home/user/Prasad/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/yocto-layers
[PSDKLA]> PATH is /home/user/Prasad/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/:/home/user/Prasad/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
[PSDKLA]> Building on Temp running Linux Temp 4.14.0-041400-generic #201711122031 SMP Sun Nov 12 20:32:29 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[PSDKLA]> Starting Yocto build at Fri Jan 15 13:17:06 IST 2021
[PSDKLA]>
[PSDKLA]> cd build
[PSDKLA]> . conf/setenv
[PSDKLA]> cp conf/local.conf conf/local.conf.pristine
[PSDKLA]> MACHINE=dra7xx-evm bitbake tisdk-rootfs-image
FATAL: The knotty ui could not load the required curses python module.
[PSDKLA]>
[PSDKLA]> Completed Yocto build at Fri Jan 15 13:17:07 IST 2021
[PSDKLA]>
I am using ubuntu 14.04.
Pls let me know if any other details required to fix this issue.