semiautomaticgit / SemiAutomaticClassificationPlugin

https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html
Other
137 stars 50 forks source link

Installation problem with Mac #38

Closed rcabas closed 5 years ago

rcabas commented 6 years ago

Hi, I have some problems with the plug-in. I attach the windows that appears when I try to start the plug-in. Please, can you tell me what i need to do? Thanks captura de pantalla 2018-05-28 a las 16 45 00

semiautomaticgit commented 6 years ago

Hi, it is a dependency issue. Please read this about installing dependencies https://gis.stackexchange.com/questions/274381/installing-qgis3-on-mac

Possibly this sudo ln -s /usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework /Library/Frameworks/Python.framework then pip3 install matplotlib numpy scipy

JonazSed commented 5 years ago

Hi,

Add the same problem as rcabas, followed sudo ln -s /usr/local/Cellar/python/3.6.4_4/Frameworks/Python.framework /Library/Frameworks/Python.framework then pip3 install matplotlib numpy scipy

but got the following error:

Operation not permitted: 'private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/0/com.apple.nsurlsessiond'

Can you help?

Thanks in advance

gubuntu commented 5 years ago

If you install the Kyngchaos version of QGIS 3 from qgis.org then you should not have this issue (i.e. rather don't use homebrew).

Just run this if you're missing dependencies, then restart QGIS: sudo -H pip3 install scipy

(done with QGIS 3.4.3 on Mojave)