Getting this error when I try to import cartopy: ImportError: libproj.so.25: cannot open shared object file: No such file or directory
.
cartopy requires PROJ 8.0.0 or higher and I have PROJ 9.0.0 installed. proj
is at /usr/local/lib
, and I tried adding the path to LD_LIBRARY_PATH by running the shell command: export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
All the other dependencies specified here are satisfied.
OS: Ubuntu 18.04
Python version: 3.8
Thanks in advance for the help!