成功安装版本
python==3.6.8
basemap=1.1.0
matplotlib=2.2.0
pyproj=1.9.6
安装过程
安装GEOS
brew install geos
安装proj
brew install proj
添加GEOS到环境变量
export GEOS_DIR=/usr/local/Cellar/geos/3.x.0/
在github下载basemap,解压下载连接
5.安装basemap
python setup.py install
6.换matplotlib版本
7.换pyproj版本