[client c++] Could not find a package configuration file provided by "RapidJSON"
See original GitHub issueDescription
Could not find a package configuration file provided by "RapidJSON" with
any of the following names:
RapidJSONConfig.cmake
rapidjson-config.cmake
Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set
"RapidJSON_DIR" to a directory containing one of the above files. If
"RapidJSON" provides a separate development package or SDK, be sure it has
been installed.
Triton Information trying to build client branch r22.01 (only c++ api is needed, thus excluding python and java from the suggested args)
To Reproduce Platform: CentOS 7.9.2009, cmake 3.21.1, GNU Make 3.82, icc (ICC) 2021.5.0 20211109
git clone -b r22.01 https://github.com/triton-inference-server/client
mkdir -p client/build && cd client/build
cmake -DCMAKE_INSTALL_PREFIX=`pwd`/install -DTRITON_ENABLE_CC_HTTP=ON -DTRITON_ENABLE_CC_GRPC=ON -DTRITON_ENABLE_PERF_ANALYZER=ON -DTRITON_ENABLE_GPU=ON -DTRITON_ENABLE_EXAMPLES=ON -DTRITON_ENABLE_TESTS=ON -DTRITON_COMMON_REPO_TAG=r22.01 -DTRITON_THIRD_PARTY_REPO_TAG=r22.01 -DTRITON_CORE_REPO_TAG=r22.01 -DTRITON_BACKEND_REPO_TAG=r22.01 ..
make cc-clients
Expected behavior build succeeds
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
RapidJSON: Main Page
RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX...
Read more >How to fix "Could not find a package configuration file ..." error ...
If "rplidar" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred!
Read more >[FACT-1968] Unable to compile facter 3.14.2 on latest ...
Check for working C compiler: /usr/bin/cc -- works ... Could not find a package configuration file provided by "UDEV" with any of. the...
Read more >CLion fails to find some of my headers. Where does it search ...
Set the include_directories variable in CMake to provide the headers path to the IDE. More details on CMake configuration can be found in...
Read more >RapidJSON: Main Page - Milo Yip
A fast JSON parser/generator for C++ with both SAX/DOM style API. Tencent is pleased to support the open source community by making RapidJSON...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing issue due to lack of activity. Please re-open the issue if you would like to follow up with this issue
Nope sorry, I was not able to track down the issue within my time constraints and ended up not using triton.