From: Nick E. <nic...@gm...> - 2015-05-13 22:07:45
|
Thanks! On Wed, May 13, 2015 at 3:07 PM Benjamin Root <ben...@ou...> wrote: > No, it isn't this list. I think it is the Iris list instead: > https://groups.google.com/forum/#!forum/scitools-iris > > On Wed, May 13, 2015 at 1:06 PM, Nick Eubank <nic...@gm...> wrote: > >> Not sure if this is the right forum; also posting to Stack Overflow ( >> http://stackoverflow.com/questions/30221047/cartopy-conda-install-error-osx-library-not-loaded-rpath-libproj-0-dylib >> ). Will re-post any answers from here to SO. >> >> Did conda install: >> >> conda install -c scitools cartopy >> >> Seemed to go find, but now I'm getting the following error: >> >> import cartopy.crs as ccrs >> Traceback (most recent call last): >> >> File "<ipython-input-1-762e43a32730>", line 1, in <module> >> import cartopy.crs as ccrs >> >> File "/Users/Nick/anaconda/lib/python2.7/site-packages/cartopy/__init__.py", line 110, in <module> >> import cartopy.crs >> >> File "/Users/Nick/anaconda/lib/python2.7/site-packages/cartopy/crs.py", line 37, in <module> >> from cartopy._crs import CRS, Geocentric, Geodetic, Globe, PROJ4_RELEASE >> ImportError: dlopen(/Users/Nick/anaconda/lib/python2.7/site-packages/cartopy/_crs.so, 2): Library not loaded: @rpath/libproj.0.dylib >> Referenced from: /Users/Nick/anaconda/lib/python2.7/site-packages/cartopy/_crs.so >> Reason: image not found >> >> Any suggestions? >> >> I also tried building from source and got the same problem. >> >> I had a prior install of GDAL Complete, if that matters. >> Thanks! >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> >> > |