llvmlite安装失败。生成llvmlite时出错

2024-04-28 03:49:08 发布

您现在位置:Python中文网/ 问答频道 /正文

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

pip install numba
pip install llvmlite
    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.

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


Tags: installpippybuildcompilerversionlocalusers
3条回答

使用命令安装大于7的llvm{版本}

suda apt install llvm-{version}

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

LLVM_CONFIG={path to llvm-config file} pip install {package}

例如(对于llvm版本=8)

LLVM_CONFIG=/usr/bin/llvm-config-8 pip install numba==0.48

转到to here并下载适用于python版本的llvmlite包,例如适用于python 3.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,那么go to here并下载/安装numba‑0.51.2‑cp39‑cp39‑win_amd64.whl。最新版本的numba 0.52.0尚未由该网站所有者为Python 3.9编译,只有版本0.51.2

此外,在安装numba时,您可能需要将--no-deps键传递给pip以忽略安装依赖项,如pip install --no-deps numba‑0.51.2‑cp39‑cp39‑win_amd64.whl,因为默认情况下,numba 0.51.2需要稍旧一点的llvmlite版本。此外,还需要手动安装很少的额外依赖项。因此,在Win Python 3.9 64位上安装的所有步骤如下:

  1. pip install llvmlite‑0.35.0‑cp39‑cp39‑win_amd64.whl(.whl文件来自here
  2. pip install --no-deps numba‑0.51.2‑cp39‑cp39‑win_amd64.whl(.whl文件来自here
  3. pip install numpy importlib-metadata(通过常规pip安装而不下载的少量额外依赖项)

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

llvmlite还不支持python 3.9Uninstallpython3.9,下载python 3.8.7,然后重试。这为我解决了这个问题

相关问题 更多 >