2

When ever I try to create extension plpython3u ERROR: could not load library "C:/Program Files/PostgreSQL/14/lib/plpython3.dll": The specified module could not be found. This message shows up I can't add extension. I am running my PostgreSQL server in windows 10

Command That I am Using 'CREATE EXTENSION plpython3u ;' OS 'Windows 10' PostgreSQL version '14' Python Version '3.11.8'

I have read all similar error and I also tried below fixes

  • Adding Environment variable for python
  • Check python version compatibility file:///C:/Program%20Files/PostgreSQL/14/doc/installation- notes.html directory
  • tried different version of PostgreSQL 14,15,1
  • verified this file exists -restart servers

What I am Missing ?

Objective: Seamless Integration of Python with PostgreSQL in Windows 10 using plpython3u extension

asked Mar 24, 2024 at 10:08
2
  • It sounds like you've made some obvious checks. Could you post the version of the library your installation requires, the version reported by the dell and the permissions for the system postgres user on that file. Also, a quick check if your antivirus logs might be in order to make sure that's not interfering Commented Mar 24, 2024 at 12:31
  • Are you using the EDB version of Postgres? If so did you install the Language Pack and follow all the instructions here Install? Commented Mar 24, 2024 at 15:32

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.