在這裏遇到幾個不同的問題。嘗試安裝Kartograph並首先安裝依賴項。以下是我的步驟和結果:用PIP和virtualenv安裝Kartograph/GDAL/etc
- 從.pkg安裝GDAL。進展順利。這裏沒有問題。
- 嘗試使用OSX的幾個軟件包的默認說明安裝Kartograph。這種失敗,出現以下錯誤:
File "", line 4, in
main.gdal_config_error: [Errno 2] No such file or directory
Command python setup.py egg_info failed with error code 1 in /Users/chris/ENV/build/GDAL
- 好了,沒有骰子。所以然後我嘗試安裝,不包括GDAL,因爲這似乎是對pip的Kartograph安裝提出問題。這並不工作,併產生以下錯誤:
raise KeyError('please set the environment variable PROJ_DIR to point to the location of your proj.4 installation')
KeyError: 'please set the environment variable PROJ_DIR to point to the location of your proj.4 installation'
---------------------------------------- Command python setup.py egg_info failed with error code 1 in /Users/chris/ENV/build/pyproj
現在,我已經編輯我的virtualenv與每Kartograph文檔PYTHONPATH變量賦值的激活腳本。但是,不確定是否幫助或改變了任何事情。
有沒有人遇到類似的錯誤序列,如果是的話,你是如何解決這個問題的?
同樣的問題路徑丟失。你解決了這個問題嗎? – qqilihq