danioxoli / HotSpotAnalysis_Plugin

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

Installation issue - python, pysal #76

Open zacharza opened 2 years ago

zacharza commented 2 years ago

Hi thanks for very useful plugin. By installation I followed the instruction. However, having installed the plugin I received the following message: File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 423, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:\Users/JanZachar/AppData/Roaming/QGIS/QGIS3\profiles\experimental/python/plugins\HotspotAnalysis__init__.py", line 34, in classFactory from .hotspot_analysis import HotspotAnalysis File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "C:\Users/JanZachar/AppData/Roaming/QGIS/QGIS3\profiles\experimental/python/plugins\HotspotAnalysis\hotspot_analysis.py", line 39, in from pysal.explore.esda.getisord import * File "C:\OSGeo4W/apps/qgis/./python\qgis\utils.py", line 888, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'pysal.explore'

Thanks for any help in advance

danioxoli commented 2 years ago

Please have a look here #77