Hi all
We got a compile failed and currently we don't have an idea to fix, could you help us to fix this issue?
the error message is as below
mtkuser@PC20030356:~/trusted-services-1.0.0$ cmake -B build-ct -S deployments/component-test/linux-pc
-- Looking for dependency firmware_test_builder
-- Using CLANG_LIBRARY_PATH from CMake variable (command line or cache)
-- CLANG_LIBRARY_PATH has been set to /usr/lib/llvm-6.0/lib
CMake Error at /home/mtkuser/trusted-services-1.0.0/build-ct/_deps/firmware_test_builder-src/cmake/UnitTest.cmake:138 (message):
Please install c-picker using pip
Call Stack (most recent call first):
CMakeLists.txt:23 (include)
We try to figure out the what is c-picker package of python
and we try
sudo pip install c-picker and it seems nothing installed
How could we install c-picker by pip install command?
Thanks
Carlos