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 variables.

Try version python-3.4.0.amd64 for windows 64bit or other versions from this Python 3.4.0 downloads Link

Environment variables to add:

  • C:\Python34\Scripts
  • C:\Python34\


来源:https://stackoverflow.com/questions/47907232/could-not-load-library-plpython3-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!