WAGIS / wap_plugin

GNU General Public License v3.0
4 stars 2 forks source link

tqdm depencency #40

Closed jvdkwast closed 4 months ago

jvdkwast commented 4 months ago

When I tried the updated version of the plugin, I got an error that the tqdm module was missing. I'm using QGIS 3.34 on Windows. A colleague had the same with version 3.28. The dependency can easily be installed on Windows using the OSGeo4W installer: image

fhfonsecaa commented 4 months ago

Hi Hans, thanks for the comment and raising awareness on the issue. This was an oversight on our end, this library is not needed in our modified version of wapordl.

We will solve it with @akshaydr as soon as possible.

fhfonsecaa commented 4 months ago

Hi @jvdkwast I removed the conflictive library from the code and created a new release. This can be found in our master branch or in the plugin manager form QGIS. I hope this solves your issue. Feel free to reach out if there is any other problem.

jvdkwast commented 4 months ago

Great. Thanks!