[QGIS-Developer] Voronoi tool missing from processing, what could be wrong?
Hernán De Angelis
variablestarlight at gmail.com
Tue Mar 2 23:55:42 PST 2021
On 2021-03-03 00:10, Tim Sutton wrote:
> Hi
>
> Can you check if you have python-psycopg2 installed on your system? I
> had a similar issue a month or two back which was fixed by installing
> it. (Thanks for the nudge Nyall).
YES! That was the problem!
Now I have all the tools, including GRASS and GDAL, and Voronoi of course.
Thank you!
Hernán
>
> Regards
>
> Tim
>
> On Tue, Mar 2, 2021 at 11:19 AM Hernán De Angelis
> <variablestarlight at gmail.com <mailto:variablestarlight at gmail.com>> wrote:
>
>
> On 2021-03-02 10:51, Richard Duivenvoorde wrote:
> > On 3/2/21 10:41 AM, Hernán De Angelis wrote:
> >> On 2021-03-02 10:21, Nyall Dawson wrote:
> >>> On Tue, 2 Mar 2021 at 18:34, Hernán De Angelis
> >>> <variablestarlight at gmail.com
> <mailto:variablestarlight at gmail.com>> wrote:
> >>>> Hi,
> >>>>
> >>>> I wrote about this a few days ago in the user list but I
> still have the
> >>>> problem and can find neither a cause nor a solution. I thus
> post it in
> >>>> this list in the hope that some developer may have a hint on
> what is
> >>>> going wrong here.
> >>> Double check that you have the gdal python packages installed
> >> Thanks for this,
> >>
> >> from osgeo import gdal
> >>
> >> just works, so I guess it is installed.
> > What is the value of
> > BINDINGS_GLOBAL_INSTALL
> > in your compile config?
> The value is "YES"
> >
> > Looks like something is not picked up with your install.
> Agree
> >
> > What if you run qgis 31.8 from the 'output/bin' dir in your
> build directory?
> Behaves just the same
> >
> > If all fails I would (I think) compile and set
> CMAKE_INSTALL_PREFIX in some local dir in your HOME
> >
> > I did in ~/bin/qgis_/3.18/debug (for debug build):
> >
> > And create a startup script like
> >
> > export
> LD_LIBRARY_PATH=~/bin/qgis_/3.18/debug/lib/:/usr/lib/grass78/lib/
> > export
> PYTHONPATH=~/bin/qgis_/3.18/debug/share/qgis/python:$PYTHONPATH
> > export QGIS_DEBUG=0
> > # passing ALL parameters to qgis bin
> > # eg to be able to call a certain translation
> > # qgis --lang nl
> > ~/bin/qgis_/3.18/debug/bin/qgis "$@"
>
> Thanks, will think about this and try it.
>
> Thank you again for your ansers. I see I have a sort of
> linking/library
> problem. GRASS is installed and GRASS modules are compiled but then
> these do not appear either in the menu.
>
>
> /Hernán
>
>
> >
> > Suc6
> >
> > Richard Duivenvoorde
> _______________________________________________
> QGIS-Developer mailing list
> QGIS-Developer at lists.osgeo.org <mailto:QGIS-Developer at lists.osgeo.org>
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> <https://lists.osgeo.org/mailman/listinfo/qgis-developer>
> Unsubscribe:
> https://lists.osgeo.org/mailman/listinfo/qgis-developer
> <https://lists.osgeo.org/mailman/listinfo/qgis-developer>
>
>
>
> --
> ------------------------------------------------------------------------------------------
>
>
> Tim Sutton
> Visit http://kartoza.com <http://kartoza.com/> to find out about open
> source:
> * Desktop GIS programming services
> * Geospatial web development
> * GIS Training
> * Consulting Services
> Tim is a member of the QGIS Project Steering Committee
> -------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20210303/33d01368/attachment.html>
More information about the QGIS-Developer
mailing list