Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Hannes, pá 26. 1. 2024 v 11:45 odesílatel Johannes Kröger (WhereGroup) < johannes.kroe...@wheregroup.com> napsal: > try this thread from last week: > https://lists.osgeo.org/pipermail/qgis-developer/2024-January/066390.html > > In it Julien and Matthias shared lots of information on this

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Matthias, pá 26. 1. 2024 v 11:43 odesílatel Matthias Kuhn napsal: > You might try qpip, it's designed for exactly this purpose: > https://github.com/opengisch/qpip > Thanks for the tip. I will try it out. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Alessandro, pá 26. 1. 2024 v 11:38 odesílatel Alessandro Pasotti napsal: > Hi Martin, > > plugin dependencies are for plugin dependent on other plugins, it has > nothing to do with python packages. > > See: >

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread WhereGroup
Hi Martin, try this thread from last week: https://lists.osgeo.org/pipermail/qgis-developer/2024-January/066390.html In it Julien and Matthias shared lots of information on this topic. Cheers, Hannes On 26.01.24 11:28, Martin Landa via QGIS-Developer wrote: Hi, I would like to ask

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Matthias Kuhn via QGIS-Developer
Hi Martin, You might try qpip, it's designed for exactly this purpose: https://github.com/opengisch/qpip Kind regards Matthias On Fri, Jan 26, 2024 at 11:38 AM Alessandro Pasotti via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi Martin, > > plugin dependencies are for plugin

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Alessandro Pasotti via QGIS-Developer
Hi Martin, plugin dependencies are for plugin dependent on other plugins, it has nothing to do with python packages. See: https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#metadata-txt On Fri, Jan 26, 2024 at 11:29 AM Martin Landa via QGIS-Developer <

[QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi, I would like to ask regarding QGIS plugin publishing which has pip dependency. In metadata.txt I added: plugin_dependencies=smoderp2d When trying to install a plugin from ZIP created by pb_tool unfortunately smoderp2d dependency is not installed. The Plugin Dependencies Manager is shown,