failed to install boost.python, ImportError: numpy.core.multiarray failed to import
未关闭
- 主要语言
- C++
- 星标
- 537
- 派生
- 223
- 平均合并
- 11 小时 22 分钟
- 30 天内合并 PR
- 2
描述
I tried to install the boost.python on centos6 system. the naive python is 2.6.6 while
I installed one python2.7.5 version on this system as well as other dependencies.
however, when installing boost.python, executing "scons config"
it reported my numpy is missing while I installed the numpy in location
/usr/local/python2.7/lib/python2.7/site-packages/numpy
**Checking for C++11 support...no
Checking for Python...yes
ImportError: numpy.core.multiarray failed to import
Checking for NumPy...no**
please give some suggestions how to fix this, I tried to link the numpy.py in config,
`numpy_source_file = r"""`
while it seems didn't work or perhaps I set a wrong value to this link #
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。