Discussion:
[Matplotlib-users] Cartopy install problem: this correct forum?
Nick Eubank
2015-05-13 17:06:05 UTC
Permalink
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!
Benjamin Root
2015-05-13 22:06:59 UTC
Permalink
No, it isn't this list. I think it is the Iris list instead:
https://groups.google.com/forum/#!forum/scitools-iris
Post by Nick Eubank
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.
conda install -c scitools cartopy
import cartopy.crs as ccrs
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
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
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Nick Eubank
2015-05-13 22:07:38 UTC
Permalink
Thanks!
Post by Benjamin Root
https://groups.google.com/forum/#!forum/scitools-iris
Post by Nick Eubank
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.
conda install -c scitools cartopy
import cartopy.crs as ccrs
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
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
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Loading...