PyFVCOM icon indicating copy to clipboard operation
PyFVCOM copied to clipboard

ModuleNotFoundError: No module named 'cartopy'

Open AllOtherUserNamesTaken opened this issue 5 years ago • 3 comments

Hi to whom it may concern,

cartopy is missing from the setup.py install_requires. See below:

Matplotlib is building the font cache; this may take a moment.

ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from PyFVCOM.read import FileReader

...\lib\site-packages\PyFVCOM_init_.py in () 23 from PyFVCOM import tidal_ellipse 24 from PyFVCOM import tide ---> 25 from PyFVCOM import plot 26 from PyFVCOM import preproc 27 from PyFVCOM import read

...\lib\site-packages\PyFVCOM\plot.py in () 7 from pathlib import Path 8 ----> 9 import cartopy.crs as ccrs 10 import cartopy.feature as cfeature 11 import matplotlib.widgets

ModuleNotFoundError: No module named 'cartopy' ​

AllOtherUserNamesTaken avatar Nov 11 '20 16:11 AllOtherUserNamesTaken

Hi,

Sorry for the late reply. I'm not actively working on PyFVCOM any more (change of career). However, the guys at PML are and you should be able to see the latest release of the code there:

https://gitlab.ecosystem-modelling.pml.ac.uk/fvcom/pyfvcom

pwcazenave avatar Mar 03 '21 22:03 pwcazenave