Cmake无法找到python-six库 [英] Cmake is not able for find python-six library

查看:389
本文介绍了Cmake无法找到python-six库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试安装Fbthrift,但出现此错误:

I'm trying to install Fbthrift, But I am getting this error:

-- 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):

通过在CMAKE_MODULE_PATH中不提供"Findpython-six.cmake" 项目 已要求CMake查找由以下人员提供的软件包配置文件: "python-six",但CMake找不到一个.

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 并中止安装.如何解决这个问题?

I have installed all dependencies as mentioned in official FbThrift page Also I have installed cuda 8.0 and cuDNN 5.0 along with Torch 7 and its dependencies. If I ignore this error and proceed to THPP installation, It shows THRIFT_LIBRARY missing and aborts installation. How to solve this problem?

推荐答案

已通过在Ubuntu 14.02 LTS中安装所有依赖项解决了此问题.

This issue has been solved by installing all dependencies in Ubuntu 14.02 LTS.

这篇关于Cmake无法找到python-six库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆