首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法为pyarrow构建鸡蛋文件

无法为pyarrow构建鸡蛋文件
EN

Stack Overflow用户
提问于 2019-07-03 09:57:05
回答 1查看 641关注 0票数 0

发行:

无法为pyarrow构建鸡蛋文件,用0.12.1和0.13版本的pyarrow进行了尝试。如果我错过了什么,你能帮我理解一下吗?

代码语言:javascript
复制
$ python setup.py bdist_egg

日志跟踪:

代码语言:javascript
复制
running bdist_egg
running egg_info
writing entry points to pyarrow.egg-info/entry_points.txt
writing top-level names to pyarrow.egg-info/top_level.txt
writing requirements to pyarrow.egg-info/requires.txt
writing pyarrow.egg-info/PKG-INFO
writing dependency_links to pyarrow.egg-info/dependency_links.txt
reading manifest file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
no previously-included directories found matching '.asv'
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-x86_64/egg
running install_lib
running build_py
copying pyarrow/_generated_version.py -> build/lib.macosx-10.6-x86_64-3.5/pyarrow
running build_ext
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/Users/pratheek/egg_test/bin/python  -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /Users/pratheek/Downloads/pyarrow-0.12.1
unable to execute 'cmake': No such file or directory
error: command 'cmake' failed with exit status 1

错误:

代码语言:javascript
复制
error: command 'cmake' failed with exit status 1
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-07-03 14:15:33

此错误意味着您的系统上没有安装cmake。正如您在macOS上所做的那样,您可以使用Homebrew通过brew install cmake安装它。

通常,您不应该从pyarrow构建鸡蛋文件,而应该构建轮子,因为鸡蛋被认为是不推荐的。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/56867488

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档