danioxoli / HotSpotAnalysis_Plugin

A QGIS plugin for hotspot analysis
GNU General Public License v3.0
56 stars 13 forks source link

Problem with the plugin #71

Open 1milenac opened 3 years ago

1milenac commented 3 years ago

I am using qgis 3.20.2 and first issue that i have is the resolution of the plugin window. Although i managed to run it, the second the error it returns. See screenshots below: image image

danioxoli commented 3 years ago

The issue with the resolution is connected with your screen settings and can be overcome by reducing e.g. at 1920 x 1080 the screen resolution (I've tested on my Windows laptop with QGIS 3.20 and it works.)

About the Python error, this is due to some methods used by PySAL 2.0 which si no further supported by Python 3.9 (on which QGIS 3.20 is based). The problem is fully discussed in issue #64. A possible (and suggested) solution is to work with the LTR version of QGIS (3.16) on which the problem does not appear (being based on Python 3.7). Otherwise, try to upgrade PySAL to version 2.4 which should be fully supported by Python 3.9.

hope the above will be useful.