首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >llvmlite安装失败。创建llvmlite错误

llvmlite安装失败。创建llvmlite错误
EN

Stack Overflow用户
提问于 2021-01-19 19:36:53
回答 4查看 28.1K关注 0票数 16

我在安装llvmlite时遇到了问题,这是安装Numba所需要的。我寻找我的问题的答案,但什么都没有用。我用来安装numba和llvmlite的命令:

代码语言:javascript
运行
复制
pip install numba
代码语言:javascript
运行
复制
pip install llvmlite
代码语言:javascript
运行
复制
    enter code here

Error code: 
  ERROR: Failed building wheel for llvmlite
  Running setup.py clean for llvmlite
Failed to build llvmlite
Installing collected packages: llvmlite
    Running setup.py install for llvmlite ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\python39\python.exe' -u -c 'import sys, setuptools, tokenize;
sys.argv[0] = '"'"'C:\\Users\\owner\\AppData\\Local\\Temp\\pip-install-hif24z13\
\llvmlite_0e0be86c2ed14239b3eec11a3bd23922\\setup.py'"'"'; __file__='"'"'C:\\Use
rs\\owner\\AppData\\Local\\Temp\\pip-install-hif24z13\\llvmlite_0e0be86c2ed14239
b3eec11a3bd23922\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file
__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(c
ode, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\owner\AppData\Local\
Temp\pip-record-sipsgexo\install-record.txt' --single-version-externally-managed
 --compile --install-headers 'c:\python39\Include\llvmlite'
         cwd: C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13\llvmlite_0e
0be86c2ed14239b3eec11a3bd23922\
    Complete output (59 lines):
    running install
    running build
    got version from file C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13
\llvmlite_0e0be86c2ed14239b3eec11a3bd23922\llvmlite/_version.py {'version': '0.3
5.0', 'full': 'ea23b026930cc00824c907172383f54c9d438e6b'}
    running build_ext
    c:\python39\python.exe C:\Users\owner\AppData\Local\Temp\pip-install-hif24z1
3\llvmlite_0e0be86c2ed14239b3eec11a3bd23922\ffi\build.py
    -- Selecting Windows SDK version 10.0.18362.0 to target Windows 6.3.9600.
    -- The C compiler identification is MSVC 19.16.27043.0
    -- The CXX compiler identification is MSVC 19.16.27043.0
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Stu
dio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual S
tudio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped

    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/Users/owner/AppData/Local/Temp/tmp1e
4ama0u
    CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
      Compatibility with CMake < 2.8.12 will be removed from a future version of

      CMake.

      Update the VERSION argument <min> value or use a ...<max> suffix to tell
      CMake that the project does not need compatibility with older versions.


    -- Selecting Windows SDK version 10.0.18362.0 to target Windows 6.3.9600.
    CMake Error at CMakeLists.txt:9 (find_package):
      Could not find a package configuration file provided by "LLVM" with any of

      the following names:

        LLVMConfig.cmake
        llvm-config.cmake

      Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
      "LLVM_DIR" to a directory containing one of the above files.  If "LLVM"
      provides a separate development package or SDK, be sure it has been
      installed.


    -- Configuring incomplete, errors occurred!
    See also "C:/Users/owner/AppData/Local/Temp/pip-install-hif24z13/llvmlite_0e
0be86c2ed14239b3eec11a3bd23922/ffi/build/CMakeFiles/CMakeOutput.log".
    Trying generator 'Visual Studio 15 2017 Win64'
    Traceback (most recent call last):
      File "C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13\llvmlite_0e0b
e86c2ed14239b3eec11a3bd23922\ffi\build.py", line 191, in <module>
        main()
      File "C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13\llvmlite_0e0b
e86c2ed14239b3eec11a3bd23922\ffi\build.py", line 179, in main
        main_win32()
      File "C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13\llvmlite_0e0b
e86c2ed14239b3eec11a3bd23922\ffi\build.py", line 93, in main_win32
        try_cmake(here_dir, build_dir, generator)
      File "C:\Users\owner\AppData\Local\Temp\pip-install-hif24z13\llvmlite_0e0b
e86c2ed14239b3eec11a3bd23922\ffi\build.py", line 28, in try_cmake
        subprocess.check_call(['cmake', '-G', generator, cmake_dir])
      File "c:\python39\lib\subprocess.py", line 373, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['cmake', '-G', 'Visual Studio 15 20
17 Win64', 'C:\\Users\\owner\\AppData\\Local\\Temp\\pip-install-hif24z13\\llvmli
te_0e0be86c2ed14239b3eec11a3bd23922\\ffi']' returned non-zero exit status 1.
    error: command 'c:\\python39\\python.exe' failed with exit code 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python39\python.exe' -u -c 'i
mport sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\owner\\AppData\\L
ocal\\Temp\\pip-install-hif24z13\\llvmlite_0e0be86c2ed14239b3eec11a3bd23922\\set
up.py'"'"'; __file__='"'"'C:\\Users\\owner\\AppData\\Local\\Temp\\pip-install-hi
f24z13\\llvmlite_0e0be86c2ed14239b3eec11a3bd23922\\setup.py'"'"';f=getattr(token
ize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'
\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --reco
rd 'C:\Users\owner\AppData\Local\Temp\pip-record-sipsgexo\install-record.txt' --
single-version-externally-managed --compile --install-headers 'c:\python39\Inclu
de\llvmlite' Check the logs for full command output.

请帮帮我,我已经找了两天的办法来解决这个问题,但是没有成功,我已经绝望了。

EN

回答 4

Stack Overflow用户

回答已采纳

发布于 2021-01-22 18:38:09

转到到这里来并下载python版本的llvmlite包,例如Python3.9的llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl

然后安装pip install llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl

在Python3.9中可能还没有正式支持llvmlite。这就是为什么在这个网站上只有非官方的构建。

另外,如果您需要numba,那么到这里去并下载/安装numba‑0.51.2‑cp39‑cp39‑win_amd64.whl。此站点所有者尚未为Python3.9编译最新的Numba0.52.0,只编译0.51.2版本。

此外,在安装numba时,您可能需要将键--no-deps传递给pip,以忽略安装依赖项,比如pip install --no-deps numba‑0.51.2‑cp39‑cp39‑win_amd64.whl,因为Numba0.51.2默认需要更老版本的llvmlite。另外,手动安装很少需要额外的小依赖项。因此,在Win Python3.9 64位上安装的所有步骤如下:

  1. pip install llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl (来自这里的.whl文件)。
  2. pip install --no-deps numba‑0.51.2‑cp39‑cp39‑win_amd64.whl (来自这里的.whl文件)。
  3. pip install numpy importlib-metadata (不需要下载就通过常规pip安装来获得少量额外的依赖关系)。

PS。上面提到的站点逐个链接只有Windows包。此外,这个站点还有许多其他流行的Python轮子包,其中大多数都放在这个站点上,因为它们目前在PIP官方存储库中不可用。

票数 15
EN

Stack Overflow用户

发布于 2021-04-06 07:10:18

使用命令安装llvm {version}大于7

代码语言:javascript
运行
复制
suda apt install llvm-{version}

而不是安装numballvmlite {package}使用命令。

代码语言:javascript
运行
复制
LLVM_CONFIG={path to llvm-config file} pip install {package}

例如(对于llvm version=8)

代码语言:javascript
运行
复制
LLVM_CONFIG=/usr/bin/llvm-config-8 pip install numba==0.48
票数 7
EN

Stack Overflow用户

发布于 2021-01-22 18:31:55

伊利凡莱还不支持python3.9。卸载 python3.9并下载python 3.8.7并重试。这为我解决了问题。

票数 6
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65798319

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档