我在ubuntu 14.04上安装llvmpy
时遇到了一些问题,我从llvmpy.org下载了llvmpy并通过llvm 3.4
安装了apt-get
,当我尝试使用
python setup.py install
我收到此错误:
Error: could not invoke ['llvm-config', '--version']
Try setting LLVM_CONFIG_PATH=/path/to/llvm-config
然后我用了
LLVM_CONFIG_PATH=/usr/lib/llvm-3.4/bin/llvm-config python setup.py install
我得到了
LLVM version = u'3.4'
LLVM targets =
Generate intrinsic IDs
Searching shared library libLLVM-3.4 in /usr/lib/llvm-3.4/lib
Using dynamic linking
/usr/bin/python: can't open file 'llvmpy/build.py': [Errno 2] No such file or directory
Traceback (most recent call last):
File "setup.py", line 142, in <module>
check_call([sys.executable, 'llvmpy/build.py'])
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python',
'llvmpy/build.py']' returned non-zero exit status 2
我该如何解决这个问题?
答案 0 :(得分:1)
如果您从https://pypi.python.org/packages/source/l/llvmpy/llvmpy-0.12.4.tar.gz提供的tar.gz文件中获取该文件,则该文件不完整,请尝试从github下载zip https://github.com/llvmpy/llvmpy
或直接通过git命令