postgres-plpython

Install PL/Python on Windows for PostgreSQL 12

老子叫甜甜 提交于 2021-02-11 05:32:09
问题 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

could not load library plpython3.dll

不羁岁月 提交于 2019-12-20 01:46:51
问题 i am getting error while creating extension in Postgresql version 10 could not load library "C:/Program Files/PostgreSQL/10/lib/plpython3.dll": The specified module could not be found CREATE EXTENSION plpython3u; could not load library "C:/Program Files/PostgreSQL/10/lib/plpython3.dll": The specified module could not be found Using Postgresql 10 on Window 10 回答1: I have struggled a lot with this. For me only worked when I installed the right version of python and added paths to environment

could not load library plpython3.dll

余生长醉 提交于 2019-12-20 01:46:00
问题 i am getting error while creating extension in Postgresql version 10 could not load library "C:/Program Files/PostgreSQL/10/lib/plpython3.dll": The specified module could not be found CREATE EXTENSION plpython3u; could not load library "C:/Program Files/PostgreSQL/10/lib/plpython3.dll": The specified module could not be found Using Postgresql 10 on Window 10 回答1: I have struggled a lot with this. For me only worked when I installed the right version of python and added paths to environment