danioxoli / HotSpotAnalysis_Plugin

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

error installing plugin in qgis 3.8 #47

Open VinicioDPM opened 4 years ago

VinicioDPM commented 4 years ago

Hi Im having this issue. When Im installing the plugin this message appears ModuleNotFoundError: No module named 'pysal' I followed the instructions during the instalation, and still not working. Also I tryed unisntalling like some comments before, but stills not working this message appears: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output."

danioxoli commented 4 years ago

Hello,

actually, it seems the issue comes from a bad installation of the dependencies. Here some similar issues from the installation of other libraries that depend on GDAL. link1 link2

I suggest you to first pass to the LTR version of QGIS (3.10). Then, try a new installation of pysal using pip (previously you should remove the current version using pip uninstall pysal)

Let me know if this was helpful.

Best