gpt4 book ai didi

python-2.7 - fatal error C1083 : Cannot open include file: 'CL/cl.h'

转载 作者:行者123 更新时间:2023-12-04 00:35:53 40 4
gpt4 key购买 nike

为了解决这个问题,我阅读了本网站提供的所有解决方案,但它仍然存在。
当我在 windows 10 C:\pyopencl-2016.2.1>setup.py install 中的 cmd 中运行此命令时,将显示此错误:

c:\pyopencl-2016.2.1\src\c_wrapper\clinfo_ext.h(10) : fatal error C1083: 

Cannot open include file: 'CL/cl.h': No such file or directory
error: command 'C:\\Users\\Neda\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

此外,上述路径中没有 cl.exeCL/
我真的很感激你的关注。

编辑:
我也在 cmd Command "pip install --global-option=build_ext --global-option="-DHAVE_GL=1" pyopencl 中运行了这个命令,问题是一样的:
c:\users\neda\appdata\local\temp\pip-build-ugbqq9\pyopencl\src\c_wrapper\clinfo_ext.h(10) : fatal error C1083: Cannot open include file: 'CL/cl.h': No such file or directory
error: command '

C:\\Users\\Neda\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

----------------------------------------
Command "c:\users\neda\appdata\local\enthought\canopy\user\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\neda\\appdata\\local\\temp\\pip-build-ugbqq9\\pyopencl\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" build_ext -DHAVE_GL=1 install --record c:\users\neda\appdata\local\temp\pip-l6bnzf-record\install-record.txt --single-version-externally-managed --compile --install-headers c:\users\neda\appdata\local\enthought\canopy\user\include\site\python2.7\pyopencl" failed with error code 1 in c:\users\neda\appdata\local\temp\pip-build-ugbqq9\pyopencl\

最佳答案

似乎您没有安装任何 OpenCL SDK。

不同的供应商有不同的 SDK:

  • NVIDIA – CUDA Toolkit
  • AMD – AMD APP SDK
  • 英特尔 - OpenCL SDK

  • 首先,安装 OpenCL SDK,不要忘记设置正确的环境变量 INCLUDE 以指向您的 OpenCL 包含库(例如: INCLUDE = C:\Program Files (x86)\Intel\OpenCL SDK\6.3\include )。

    关于python-2.7 - fatal error C1083 : Cannot open include file: 'CL/cl.h' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42881165/

    40 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com