Skip to content

How to install [on MacOS Mojave]#6

Open
abuabara wants to merge 122 commits intostanly3690:masterfrom
danioxoli:master
Open

How to install [on MacOS Mojave]#6
abuabara wants to merge 122 commits intostanly3690:masterfrom
danioxoli:master

Conversation

@abuabara
Copy link

I had several difficulties installing on MacOS. I was able to solve the problems in the following way, maybe you want to update the installation tutorial.

Install Python: macOS 64-bit installer (python-3.6.7-macosx10.9.pkg)

Install QGIS 3: QGIS macOS Installer Version 3.4.1

Go to Terminal, update pip3, and install+update the libraries numpy, scipy, and pysal:
$ pip3 install --upgrade pip
$ sudo -H pip3 install -U numpy
$ sudo -H pip3 install -U scipy
$ sudo -H pip3 install -U pysal

After that HotSpotAnalysis_Plugin will run without any error. The demo_data works perfectly.

@danioxoli
Copy link
Collaborator

danioxoli commented Nov 14, 2018

Thank you for your insight!
I will add this manually to the README of the correct branch (qgis3) on the current plugin repo

Best,
Daniele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants