Install PL/Python on Windows for PostgreSQL 12
问题 I've been working on FHIR for a project and we are using PostgreSQL as a database. While reading docs, I've come to know about PL/Python and decided to give it a shot but I am unable to install the python extension. When I run the command CREATE EXTENSION pypthon3u; I get the following error Could not load library "C:/Program Files/PostgreSQL/12/lib/plpython3.dll": The specified module could not be found. I've checked this SO answer but it couldn't help. My PostgreSQL version: PostgreSQL 12.2