Не устанавливается pyopencl

Пытался поставить intel sdk opencl(у меня графика встроенная intel), вроде поставилось, незнаю как проверить.

Logs:

Collecting pyopencl
  Using cached https://files.pythonhosted.org/packages/b8/4a/440670555eb5c9a5dccb9869cdc0a7ec2fea2fc17668027a9d8bcef1987d/pyopencl-2019.1.2.tar.gz
Requirement already satisfied: numpy in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (from pyopencl) (1.18.2)
Requirement already satisfied: pytools>=2017.6 in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (from pyopencl) (2020.1)
Requirement already satisfied: decorator>=3.2.0 in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (from pyopencl) (4.4.2)
Requirement already satisfied: appdirs>=1.4.0 in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (from pyopencl) (1.4.3)
Requirement already satisfied: six>=1.9.0 in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (from pyopencl) (1.14.0)
Installing collected packages: pyopencl
  Running setup.py install for pyopencl ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\admin\\AppData\\Local\\Temp\\pip-install-dc8q1vje\\pyopencl\\setup.py'"'"'; __file__='"'"'C:\\Users\\admin\\AppData\\Local\\Temp\\pip-install-dc8q1vje\\pyopencl\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\admin\AppData\Local\Temp\pip-record-yt66z965\install-record.txt' --single-version-externally-managed --compile
         cwd: C:\Users\admin\AppData\Local\Temp\pip-install-dc8q1vje\pyopencl\
    Complete output (76 lines):
    running install
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.8
    creating build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\algorithm.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\array.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\bitonic_sort.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\bitonic_sort_templates.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\cache.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\capture_call.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\clmath.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\clrandom.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\cltypes.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\elementwise.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\invoker.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\ipython_ext.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\reduction.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\scan.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\tools.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\version.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\_buffers.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\_cluda.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\_mymako.py -> build\lib.win-amd64-3.8\pyopencl
    copying pyopencl\__init__.py -> build\lib.win-amd64-3.8\pyopencl
    creating build\lib.win-amd64-3.8\pyopencl\characterize
    copying pyopencl\characterize\performance.py -> build\lib.win-amd64-3.8\pyopencl\characterize
    copying pyopencl\characterize\__init__.py -> build\lib.win-amd64-3.8\pyopencl\characterize
    creating build\lib.win-amd64-3.8\pyopencl\compyte
    copying pyopencl\compyte\array.py -> build\lib.win-amd64-3.8\pyopencl\compyte
    copying pyopencl\compyte\dtypes.py -> build\lib.win-amd64-3.8\pyopencl\compyte
    copying pyopencl\compyte\__init__.py -> build\lib.win-amd64-3.8\pyopencl\compyte
    creating build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\gen_elemwise.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\gen_reduction.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\setup_opencl.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\test_gpu_elemwise.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\test_gpu_ndarray.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    copying pyopencl\compyte\ndarray\__init__.py -> build\lib.win-amd64-3.8\pyopencl\compyte\ndarray
    running egg_info
    writing pyopencl.egg-info\PKG-INFO
    writing dependency_links to pyopencl.egg-info\dependency_links.txt
    writing requirements to pyopencl.egg-info\requires.txt
    writing top-level names to pyopencl.egg-info\top_level.txt
    reading manifest file 'pyopencl.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.h'
    warning: no files found matching 'doc\_static\*.css'
    warning: no files found matching 'doc\_templates\*.html'
    warning: no files found matching '*.py.in'
    writing manifest file 'pyopencl.egg-info\SOURCES.txt'
    creating build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-airy.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-bessel-j-complex.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-bessel-j.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-bessel-y.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-complex.h -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-eval-tbl.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-hankel-complex.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    copying pyopencl\cl\pyopencl-ranluxcl.cl -> build\lib.win-amd64-3.8\pyopencl\cl
    creating build\lib.win-amd64-3.8\pyopencl\cl\pyopencl-random123
    copying pyopencl\cl\pyopencl-random123\array.h -> build\lib.win-amd64-3.8\pyopencl\cl\pyopencl-random123
    copying pyopencl\cl\pyopencl-random123\openclfeatures.h -> build\lib.win-amd64-3.8\pyopencl\cl\pyopencl-random123
    copying pyopencl\cl\pyopencl-random123\philox.cl -> build\lib.win-amd64-3.8\pyopencl\cl\pyopencl-random123
    copying pyopencl\cl\pyopencl-random123\threefry.cl -> build\lib.win-amd64-3.8\pyopencl\cl\pyopencl-random123
    running build_ext
    building 'pyopencl._cl' extension
    creating build\temp.win-amd64-3.8
    creating build\temp.win-amd64-3.8\Release
    creating build\temp.win-amd64-3.8\Release\src
    C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.25.28610\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Ipybind11/include -Ic:\users\admin\appdata\local\programs\python\python38\lib\site-packages\pybind11\include -Ic:\users\admin\appdata\local\programs\python\python38\lib\site-packages\pybind11\include -Ic:\users\admin\appdata\local\programs\python\python38\lib\site-packages\numpy\core\include -Ic:\users\admin\appdata\local\programs\python\python38\include -Ic:\users\admin\appdata\local\programs\python\python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.25.28610\include" /EHsc /Tpsrc/wrap_constants.cpp /Fobuild\temp.win-amd64-3.8\Release\src/wrap_constants.obj -fvisibility=hidden /EHsc /DVERSION_INFO=\"2019.1.2\"
    cl: Є®¬ ­¤­ п бва®Є  warning D9002: Їа®ЇгбЄ ­ҐЁ§ўҐбв­®Ј® Ї а ¬Ґва  "-fvisibility=hidden"
    wrap_constants.cpp
    C:\Users\admin\AppData\Local\Temp\pip-install-dc8q1vje\pyopencl\src\wrap_cl.hpp(57): fatal error C1083: ЌҐ г¤ Ґвбп ®вЄалвм д ©« ўЄ«о祭ЁҐ: CL/cl.h: No such file or directory,
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\admin\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\admin\\AppData\\Local\\Temp\\pip-install-dc8q1vje\\pyopencl\\setup.py'"'"'; __file__='"'"'C:\\Users\\admin\\AppData\\Local\\Temp\\pip-install-dc8q1vje\\pyopencl\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\admin\AppData\Local\Temp\pip-record-yt66z965\install-record.txt' --single-version-externally-

managed --compile Check the logs for full command output.

Ответы (0 шт):