3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

QGISインストール失敗 on Mac

Last updated at Posted at 2014-08-16

1ce2bdec-fce7-11e3-8ae0-07e09097c09d.png
https://github.com/hanxue/qgis-digitizing-map-guide/issues/2

これと同じエラーでMacにQGISをインストールできなかったのを解決できたのでメモ。

Mac OS: 10.9.4
QGIS: 2.4.0

ふつうにbrew install gdalとしても改善しなかったけど、brew-caskでのインストールでうまくいった。

#1. brew-caskインストール

brew tap phinze/homebrew-cask
brew install brew-cask

#2. gdalとMatplotlibをbrew-caskでインストール

brew cask install gdal-framework
brew cask install matplotlib

#3. QGISもbrew-caskでインストール
brew cask install qgis
上記ページにコマンドが載っていたのでQGISもbrew-caskでインストールした。
インストーラからでもエラーは解消していた。

#4. バージョンが古かったのでdmgからインストール
brew-caskのQGISバージョンは2.2で、ダウンロード済みのインストーラは2.4だったのでインストーラから再度インストールした。どちらも正常に起動できた。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?