我尝试使用pip install bob.core安装bob.core python模块。 但它终止于以下追溯:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-ljlw6d/bob.core/setup.py", line 46, in <module>
boost_modules = ['system']
File "/project/local/lib/python2.7/site-packages/bob/blitz/extension.py", line 52, in __init__
BobExtension.__init__(self, *args, **kwargs)
File "/project/local/lib/python2.7/site-packages/bob/extension/__init__.py", line 356, in __init__
boost_pkg = boost(boost_req.replace('boost', '').strip())
File "/project/local/lib/python2.7/site-packages/bob/extension/boost.py", line 69, in __init__
raise RuntimeError("could not find boost's `version.hpp' - have you installed Boost on this machine?")
RuntimeError: could not find boost's `version.hpp' - have you installed Boost on this machine?
Boost驻留在/ usr /我的文件系统中......
请提出解决方案。