Python 3 support for PyNVML

While trying to use pynvml I found that it doesn’t work with Python 3, despite the information in the changelog ([url]https://pypi.python.org/pypi/nvidia-ml-py/4.304.04[/url])

The problem would be easy to fix (mostly about print statements), and I’d be willing to do that. But I couldn’t find any repository online to submit a pull-request. Also the email address listed in the python package (nvml-bindings@nvidia.com) doesn’t exist.

So my question is: Who should I talk to for contributing to the pynvml package?

There is already a Python3 bindings via PyPI: py3nvml and nvidia-ml-py3. Maybe you can use this, the official binding does not support Python3 and may not have plan to do so.