Cartopy error
Joel Goldstick
joel.goldstick at gmail.com
Tue May 12 12:27:37 EDT 2020
On Tue, May 12, 2020 at 12:13 PM J Conrado <jorge.conforte at inpe.br> wrote:
>
>
>
> Hi,
>
>
> Please, what can I do to solve this error:
>
>
> import cartopy, cartopy.crs as ccrs # Plot maps
# check your spelling. Did you mean cartopy.ccrs?
> File
> "/home/conrado/anaconda3/envs/myenv/lib/python3.8/site-packages/cartopy/__init__.py",
> line 96, in <module>
> import cartopy.crs
> File
> "/home/conrado/anaconda3/envs/myenv/lib/python3.8/site-packages/cartopy/crs.py",
> line 36, in <module>
> from cartopy._crs import (CRS, Geodetic, Globe, PROJ4_VERSION,
> ImportError: libproj.so.19: cannot open shared object file: No such file
> or directory
>
>
> Thank you,
>
>
> Conrado
>
> --
> https://mail.python.org/mailman/listinfo/python-list
--
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays
More information about the Python-list
mailing list