i'm facing issues in creating extension plpython3u in postgresql 11
create extension plpython3u
ERROR:
could not load library "C:/Program Files/PostgreSQL/11/lib/plpython3.dll": The specified module could not be found.
SQL state: XX000
But the "plpython3.dll" file was available at the specified path.
python36.dll
on PATH. – SalesinPython 3.6.7
Windows x86-64 executable installer
from python.org/downloads/windows and install it. – Salesin