You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I cmake .., error found as below:
CMake Error at /opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package):
Could not find a package configuration file provided by "boost_python38"
(requested version 1.70.0) with any of the following names:
Add the installation prefix of "boost_python38" to CMAKE_PREFIX_PATH or set
"boost_python38_DIR" to a directory containing one of the above files. If
"boost_python38" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:124 (boost_find_dependency)
/opt/conda/share/cmake-3.19/Modules/FindBoost.cmake:460 (find_package)
python/CMakeLists.txt:17 (find_package)
The text was updated successfully, but these errors were encountered:
When I
cmake ..
, error found as below:CMake Error at /opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package):
Could not find a package configuration file provided by "boost_python38"
(requested version 1.70.0) with any of the following names:
Add the installation prefix of "boost_python38" to CMAKE_PREFIX_PATH or set
"boost_python38_DIR" to a directory containing one of the above files. If
"boost_python38" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:124 (boost_find_dependency)
/opt/conda/share/cmake-3.19/Modules/FindBoost.cmake:460 (find_package)
python/CMakeLists.txt:17 (find_package)
The text was updated successfully, but these errors were encountered: