Closed bmerry closed 1 year ago
We're no longer supporting versions of Python before 3.8:
https://github.com/inducer/pycuda/blob/ad519613d8930dff319bf30c78c0fbf8bd9d424c/setup.py#L223
Ah, that would explain it. Perhaps you could document that though? The changelogs at https://documen.tician.de/pycuda/misc.html stop at 2020, and the installation guide at https://wiki.tiker.net/PyCuda/Installation/Linux/ says the minimum version is Python 2.4.
https://pypi.org/project/pycuda/ shows this info.
Describe the bug When running
pip install pycuda
on a fresh Python 3.7 virtual environment, the build fails (see log lower down). It works on Python 3.8.To Reproduce Steps to reproduce the behavior:
pyenv virtualenv --download -p /usr/bin/python3.7 env-3.7
)pip install pycuda
See error (there is a lot more compiler output, but this looks like the start of actual errors):
Expected behavior Successful install.
Environment (please complete the following information):