我在安装llvmlite时遇到了问题,这是安装Numba所需要的。我寻找我的问题的答案,但什么都没有用。我用来安装numba和llvmlite的命令:pip install llvmlite ERROR: Failed building wheel for llvmliteFailed to build llvm
Building wheel for llvmlite (setup.py) ... error
ERROR: Command errored out with exit status 1:tokenize; sys.argv[0] = '"'"'/private/var/folders/8s/14fz39z503n7hqftf_yg1nyr0000gn/T/pip-install-00VSH7/llvmliteRunning
我正在尝试在我的Windows10中安装llvmlite,所以我正在按照中的步骤操作。must have Visual Studio 2013 or later (the free “Express” edition is ok) in order to compile LLVM and llvmliteTraceback (most recent call last):
File "C:\Python27\Lib\site-packages\llvmlite\ffi\build.py", line152, in &
之后,我成功地使用pip安装了llvmlite 0.16.0和Numba0.17。不幸的是,当我启动一个简单的测试程序时,我得到以下错误:ImportError: No module named 'llvmlite.llvmpy.ee'文件exacloud/lustre1/gray_lab/users/Guillaume/Python/lib/python3.4/site- packages/numba&