You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
I finally success installing the plugin. Once installed I'm trying to create a new project but I'm having the next Python error:
2018-09-26T14:07:24 1 Traceback (most recent call last):
File "C:/Users/usuario/.qgis2/python/plugins\albion-master\plugin.py", line 268, in __new_project cur.execute("create extension plpython3u")
InternalError: no se pudo cargar la biblioteca «C:/PostgreSQL/10/lib/plpython3.dll»: unknown error 126
Thanks in advance
The text was updated successfully, but these errors were encountered:
This looks like a PostgreSQL install error, which is not directly related to Albion. Please contact Oslandia directly if you want extended support on all these subjects.
I finally success installing the plugin. Once installed I'm trying to create a new project but I'm having the next Python error:
2018-09-26T14:07:24 1 Traceback (most recent call last):
File "C:/Users/usuario/.qgis2/python/plugins\albion-master\plugin.py", line 268, in __new_project cur.execute("create extension plpython3u")
InternalError: no se pudo cargar la biblioteca «C:/PostgreSQL/10/lib/plpython3.dll»: unknown error 126
Thanks in advance
The text was updated successfully, but these errors were encountered: