Hi,
There is a requirements.txt file in the root directory of the repository, which captures the python requirements. Please run: pip3 install -r requirements.txt
If you would like to only install c-picker, then run this line: pip3 install git+https://git.trustedfirmware.org/TS/trusted-services.git@topics/c-picker
If you are not running the above commands as root, you will need to pass --user to pip3, or to use a virtual environment. If you are new to python virtual environments and wish to try it, this is a good intro on the topic: https://realpython.com/python-virtual-environments-a-primer/
/George
-----Original Message----- From: Carlos Liu via Trusted-services trusted-services@lists.trustedfirmware.org Sent: Thursday, February 1, 2024 6:53 AM To: trusted-services@lists.trustedfirmware.org Subject: [Trusted-services] Build code failed on nbuntu 18.04.1
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 -- Trusted-services mailing list -- trusted-services@lists.trustedfirmware.org To unsubscribe send an email to trusted-services-leave@lists.trustedfirmware.org