We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The pyopencl.compyte directory is missing in the source distribution on PyPI.
pyopencl.compyte
import pyopencl fails with ModuleNotFoundError: No module named 'pyopencl.compyte' if installed from source distribution.
import pyopencl
ModuleNotFoundError: No module named 'pyopencl.compyte'
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. I've yanked the release.
Sorry, something went wrong.
Sdist build on Github Actions: check out submodules
c57b0ba
Closes gh-765
#766 should deal with this. I'll roll a new release once this is in.
04e5473
Thank you.
No branches or pull requests
The
pyopencl.compyte
directory is missing in the source distribution on PyPI.import pyopencl
fails withModuleNotFoundError: No module named 'pyopencl.compyte'
if installed from source distribution.The text was updated successfully, but these errors were encountered: