inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 237 forks source link

pyopencl.compyte missing in pyopencl-2024.2.4.tar.gz #765

Closed cgohlke closed 4 weeks ago

cgohlke commented 4 weeks ago

The pyopencl.compyte directory is missing in the source distribution on PyPI.

import pyopencl fails with ModuleNotFoundError: No module named 'pyopencl.compyte' if installed from source distribution.

inducer commented 4 weeks ago

Thanks for letting me know. I've yanked the release.

inducer commented 4 weeks ago

766 should deal with this. I'll roll a new release once this is in.

cgohlke commented 4 weeks ago

Thank you.