Closed Margaux-Julien closed 4 years ago
Dear Margaux,
Thank you for reporting.
I'm noticing issues with the GDAL-API on QGIS 3.8. Please check the answer to issue #47 that may help you in solving this.
Best, Daniele
Thanks for your response.
I downloaded QGIS 3.10 and I succeed to install pysal.
But I still have the first error : "ModuleNotFoundError: No module named 'Shape'". Do you have an idea for this ?
Dear Margaux,
have you followed this installation pattern (suggested in the README file) on the new QGIS version?
Open OSGeo4W Shell
as administrator and type:
py3_env.bat
python3 -m pip uninstall pysal
(to be sure that any former pysal version is removed)
python3 -m pip install --upgrade pip
python3 -m pip install pysal==1.14.3 --yourwindowsusername
The current plugin works on pysal <=1.14.3. Without specifying the version, the pip
installs pysal =2.XX wich may cause some of your errors. Give a try and let me know if this workaround was helpful.
Best, Daniele
It works !! Thank you a lot :)
Hello, I'm trying to install the plugin. I'm using a window machine with QGIS version 3.8. I'm getting the following error :
I tried to install the module Shape and it succeed but I have the same error. numpy and scipy are correctly installed, but I had an error with pysal :
I used "pip install --no-cache-dir pysal" to install pysal.
I read many issues here but I didn't find a solution :(
Any help would be appreciated !