Cmake 无法找到 python-6 个库
Cmake is not able for find python-six library
我正在尝试安装 Fbthrift,但出现此错误:
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- context
-- filesystem
-- program_options
-- regex
-- system
-- thread
-- chrono
-- date_time
-- atomic
-- Found folly: /usr/local
-- Found YARPL: /usr/local
-- Found rsocket: /usr/local
-- Found fizz: /usr/local
-- Found wangle: /usr/local
-- Found Zstd: /usr/lib/x86_64-linux-gnu/libz.so
-- ZLIB: /usr/include
-- Found Zstd: /usr/local/lib/libzstd.so
-- ZSTD: /usr/local/include
CMake Warning at CMakeLists.txt:144 (find_package):
By not providing "Findpython-six.cmake" in CMAKE_MODULE_PATH this
project
has asked CMake to find a package configuration file provided by
"python-six", but CMake did not find one.
Could not find a package configuration file provided by "python-six" with
any of the following names:
python-sixConfig.cmake
python-six-config.cmake
Add the installation prefix of "python-six" to CMAKE_PREFIX_PATH or set
"python-six_DIR" to a directory containing one of the above files. If
"python-six" provides a separate development package or SDK, be sure it has
been installed.
-- Python dependencies not found, will not build thrift/lib/py
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sarath/lib/fbthrift/_build
我已经安装了官方 FbThrift 页面中提到的所有依赖项
我还安装了 cuda 8.0 和 cuDNN 5.0 以及 Torch 7 及其依赖项。
如果我忽略此错误并继续 THPP 安装,它会显示 THRIFT_LIBRARY missing 并中止安装。如何解决这个问题?
此问题已通过在 Ubuntu 14.02 LTS 中安装所有依赖项得到解决。
我正在尝试安装 Fbthrift,但出现此错误:
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- context
-- filesystem
-- program_options
-- regex
-- system
-- thread
-- chrono
-- date_time
-- atomic
-- Found folly: /usr/local
-- Found YARPL: /usr/local
-- Found rsocket: /usr/local
-- Found fizz: /usr/local
-- Found wangle: /usr/local
-- Found Zstd: /usr/lib/x86_64-linux-gnu/libz.so
-- ZLIB: /usr/include
-- Found Zstd: /usr/local/lib/libzstd.so
-- ZSTD: /usr/local/include
CMake Warning at CMakeLists.txt:144 (find_package):
By not providing "Findpython-six.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "python-six", but CMake did not find one.
Could not find a package configuration file provided by "python-six" with any of the following names: python-sixConfig.cmake python-six-config.cmake Add the installation prefix of "python-six" to CMAKE_PREFIX_PATH or set "python-six_DIR" to a directory containing one of the above files. If "python-six" provides a separate development package or SDK, be sure it has been installed.
-- Python dependencies not found, will not build thrift/lib/py
-- Configuring done
-- Generating done
-- Build files have been written to: /home/sarath/lib/fbthrift/_build
我已经安装了官方 FbThrift 页面中提到的所有依赖项 我还安装了 cuda 8.0 和 cuDNN 5.0 以及 Torch 7 及其依赖项。 如果我忽略此错误并继续 THPP 安装,它会显示 THRIFT_LIBRARY missing 并中止安装。如何解决这个问题?
此问题已通过在 Ubuntu 14.02 LTS 中安装所有依赖项得到解决。