3.13 pip install fails #801
Unanswered
noblockhit
asked this question in
Q&A
Replies: 1 comment 5 replies
-
From your install log:
You're missing OpenCL headers. If you have them installed somewhere that CMake's OpenCL finder doesn't look by default, you can specify the spot manually. 3.13 is supported, has been for a while. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When i try to install pyopencl with pip on windows 11 or windows 10, it fails and raises this error:
To Reproduce
Steps to reproduce the behavior:
py -m pip install pyopencl
Environment (please complete the following information):
Is pyopencl even supported on 3.13? I couldn't find any concrete information on that, neither in forums, pypi nor here on github.
Beta Was this translation helpful? Give feedback.
All reactions