作者hatemath1991 (hatemath)
看板Python
标题[问题] 关於一个setup.py的build错误
时间Tue Mar 6 12:57:28 2018
抱歉我最近想安装
https://github.com/strawlab/python-pcl
这个package然後遇到了一些error
根据这一篇以及google到的
https://github.com/strawlab/python-pcl/issues/127
说在setup.py里加上
ext_args['extra_compile_args'].append("-std=c++11")
ext_args['extra_compile_args'].append("-fno-strict-aliasing")
但是还是一样出现
warning: command line option “-Wstrict-prototypes” is valid for Ada/C/ObjC
but not for C++
这个错误讯息
想请问一下我是否少做了什麽?
我的作业系统为ubuntu 16.04
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.125.96.131
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1520312252.A.968.html
1F:推 goldflower: warning不等於错误啦 你先看能不能用再说 03/06 13:36
现在还是一样
进去之後
" import pcl.pcl_visualization
ImportError: No module named pcl_visualizatio"
※ 编辑: hatemath1991 (140.125.96.131), 03/10/2018 17:29:05