Am 20.02.2020 um 08:15 schrieb potato 山药蛋:
What can I do to use PyGreSQL in Python 3.8 , Windows 10 64bit?

On PyPI we currently only have binaries for Python 3.7, not 3.8, so you need to compile which is always a problem on Windows.

Make sure you have installed the 64 bit versions of Windows 10, Python and PostgreSQL (libpq.dll). Use Visual Studio 2015 to compile. Make sure Python 3.8 and libpq.dll are in the PATH. Build with "python setup.py build -c msvc bdist_wheel" and then install the wheel. Probably you did all of that, but currently I have no better advice.

Btw, I'm currently working with D'Arcy on getting the project infrastructure back again, and we will post a status update soon. A version that is tested with and fully supports Python 3.8 is also the pipeline and will be released together with binaries soon as well.

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to