allfed / Seaweed-Growth-Model

Model to calculate where seaweed can grow in a nuclear war
https://allfed.github.io/Seaweed-Growth-Model/
Apache License 2.0
8 stars 5 forks source link

geoplot breaks installing of dependencies in Github Actions #31

Closed florianjehn closed 1 year ago

florianjehn commented 2 years ago

Callback:

`Run python -m pip install --upgrade pip Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (22.3) Collecting pytest Downloading pytest-7.2.0-py3-none-any.whl (316 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.8/316.8 kB 16.0 MB/s eta 0:00:00 Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting attrs>=19.2.0 Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 24.8 MB/s eta 0:00:00 Collecting packaging Downloading packaging-21.3-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 16.8 MB/s eta 0:00:00 Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting exceptiongroup>=1.0.0rc8 Downloading exceptiongroup-1.0.0-py3-none-any.whl (12 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 43.6 MB/s eta 0:00:00 Installing collected packages: iniconfig, tomli, pyparsing, pluggy, exceptiongroup, attrs, packaging, pytest Successfully installed attrs-22.1.0 exceptiongroup-1.0.0 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 pyparsing-3.0.9 pytest-7.2.0 tomli-2.0.1 Obtaining file:///home/runner/work/Seaweed-Growth-Model/Seaweed-Growth-Model Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Installing collected packages: sgm Running setup.py develop for sgm Successfully installed sgm-0.0.0 Collecting pandas>=1.4.3 Downloading pandas-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 119.5 MB/s eta 0:00:00 Collecting setuptools>=61.2.0 Downloading setuptools-65.5.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 119.7 MB/s eta 0:00:00 Requirement already satisfied: pytest>=7.1.2 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (7.2.0) Collecting numpy>=1.23.1 Downloading numpy-1.23.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 113.8 MB/s eta 0:00:00 Collecting matplotlib>=3.5.1 Downloading matplotlib-3.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 125.9 MB/s eta 0:00:00 Collecting geopandas>=0.11.1 Downloading geopandas-0.12.0-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 125.7 MB/s eta 0:00:00 Collecting mkgendocs>=0.9.0 Downloading mkgendocs-0.9.2-py3-none-any.whl (15 kB) Collecting mkdocs>=1.2.3 Downloading mkdocs-1.4.1-py3-none-any.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 140.1 MB/s eta 0:00:00 Collecting xarray>=0.20.1 Downloading xarray-2022.10.0-py3-none-any.whl (947 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 947.6/947.6 kB 121.8 MB/s eta 0:00:00 Collecting cftime>=1.5.1.1 Downloading cftime-1.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 122.4 MB/s eta 0:00:00 Collecting scikit-learn>=1.1.1 Downloading scikit_learn-1.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.8/30.8 MB 78.6 MB/s eta 0:00:00 Collecting tslearn>=0.5.2 Downloading tslearn-0.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (862 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 862.3/862.3 kB 116.8 MB/s eta 0:00:00 Collecting geoplot>=0.5.1 Downloading geoplot-0.5.1-py3-none-any.whl (28 kB) Collecting pytz>=2020.1 Downloading pytz-2022.5-py2.py3-none-any.whl (500 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.7/500.7 kB 97.2 MB/s eta 0:00:00 Collecting python-dateutil>=2.8.1 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 75.2 MB/s eta 0:00:00 Requirement already satisfied: iniconfig in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (1.1.1) Requirement already satisfied: exceptiongroup>=1.0.0rc8 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (1.0.0) Requirement already satisfied: attrs>=19.2.0 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (22.1.0) Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (1.0.0) Requirement already satisfied: tomli>=1.0.0 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (2.0.1) Requirement already satisfied: packaging in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from pytest>=7.1.2->-r requirements.txt (line 3)) (21.3) Collecting cycler>=0.10 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting contourpy>=1.0.1 Downloading contourpy-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.3/296.3 kB 79.7 MB/s eta 0:00:00 Requirement already satisfied: pyparsing>=2.2.1 in /opt/hostedtoolcache/Python/3.9.15/x64/lib/python3.9/site-packages (from matplotlib>=3.5.1->-r requirements.txt (line 5)) (3.0.9) Collecting pillow>=6.2.0 Downloading Pillow-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 143.9 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.4.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 130.7 MB/s eta 0:00:00 Collecting fonttools>=4.22.0 Downloading fonttools-4.38.0-py3-none-any.whl (965 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 116.9 MB/s eta 0:00:00 Collecting shapely<2,>=1.7 Downloading Shapely-1.8.5.post1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 135.3 MB/s eta 0:00:00 Collecting fiona>=1.8 Downloading Fiona-1.8.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 114.6 MB/s eta 0:00:00 Collecting pyproj>=2.6.1.post1 Downloading pyproj-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 127.3 MB/s eta 0:00:00 Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting astor Downloading astor-0.8.1-py2.py3-none-any.whl (27 kB) Collecting pyyaml Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 kB 113.7 MB/s eta 0:00:00 Collecting mako Downloading Mako-1.2.3-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 33.1 MB/s eta 0:00:00 Collecting jinja2>=2.11.1 Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 53.7 MB/s eta 0:00:00 Collecting pyyaml-env-tag>=0.1 Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB) Collecting click>=7.0 Downloading click-8.1.3-py3-none-any.whl (96 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 41.2 MB/s eta 0:00:00 Collecting markdown<3.4,>=3.2.1 Downloading Markdown-3.3.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 kB 40.6 MB/s eta 0:00:00 Collecting importlib-metadata>=4.3 Downloading importlib_metadata-5.0.0-py3-none-any.whl (21 kB) Collecting watchdog>=2.0 Downloading watchdog-2.1.9-py3-none-manylinux2014_x86_64.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 33.5 MB/s eta 0:00:00 Collecting ghp-import>=1.0 Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB) Collecting mergedeep>=1.3.4 Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Collecting joblib>=1.0.0 Downloading joblib-1.2.0-py3-none-any.whl (297 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 kB 81.6 MB/s eta 0:00:00 Collecting scipy>=1.3.2 Downloading scipy-1.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.8/33.8 MB 74.2 MB/s eta 0:00:00 Collecting threadpoolctl>=2.0.0 Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting Cython Downloading Cython-0.29.32-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 132.3 MB/s eta 0:00:00 Collecting numba Downloading numba-0.56.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 134.4 MB/s eta 0:00:00 Collecting seaborn Downloading seaborn-0.12.1-py3-none-any.whl (288 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 82.3 MB/s eta 0:00:00 Collecting mapclassify>=2.1 Downloading mapclassify-2.4.3-py3-none-any.whl (38 kB) Collecting contextily>=1.0.0 Downloading contextily-1.2.0-py3-none-any.whl (16 kB) Collecting cartopy Downloading Cartopy-0.21.0.tar.gz (10.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.9/10.9 MB 133.6 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting geopy Downloading geopy-2.2.0-py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.9/118.9 kB 47.7 MB/s eta 0:00:00 Collecting mercantile Downloading mercantile-1.2.1-py3-none-any.whl (14 kB) Collecting requests Downloading requests-2.28.1-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 31.7 MB/s eta 0:00:00 Collecting xyzservices Downloading xyzservices-2022.9.0-py3-none-any.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.9/55.9 kB 25.5 MB/s eta 0:00:00 Collecting rasterio Downloading rasterio-1.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.9/20.9 MB 108.1 MB/s eta 0:00:00 Collecting munch Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB) Collecting click-plugins>=1.0 Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB) Collecting cligj>=0.5 Downloading cligj-0.7.2-py3-none-any.whl (7.1 kB) Collecting certifi Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 60.8 MB/s eta 0:00:00 Collecting zipp>=0.5 Downloading zipp-3.10.0-py3-none-any.whl (6.2 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting networkx Downloading networkx-2.8.7-py3-none-any.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 133.1 MB/s eta 0:00:00 Collecting pyshp>=2.1 Downloading pyshp-2.3.1-py2.py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/46.5 kB 22.5 MB/s eta 0:00:00 Collecting llvmlite<0.40,>=0.39.0dev0 Downloading llvmlite-0.39.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.6/34.6 MB 78.8 MB/s eta 0:00:00 Collecting matplotlib>=3.5.1 Downloading matplotlib-3.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 130.9 MB/s eta 0:00:00 Collecting geographiclib<2,>=1.49 Downloading geographiclib-1.52-py3-none-any.whl (38 kB) Collecting affine Downloading affine-2.3.1-py2.py3-none-any.whl (16 kB) Collecting snuggs>=1.4.1 Downloading snuggs-1.4.7-py3-none-any.whl (5.4 kB) Collecting charset-normalizer<3,>=2 Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB) Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 29.1 MB/s eta 0:00:00 Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 52.2 MB/s eta 0:00:00 Building wheels for collected packages: cartopy Building wheel for cartopy (pyproject.toml): started Building wheel for cartopy (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error

× Building wheel for cartopy (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [287 lines of output]

:90: UserWarning: Unable to determine GEOS version. Ensure you have 3.7.2 or later installed, or installation may fail. running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-39 creating build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/img_transform.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/crs.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/util.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/geodesic.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/_epsg.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/_version.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/vector_transform.py -> build/lib.linux-x86_64-cpython-39/cartopy copying lib/cartopy/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy creating build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/slippy_image_artist.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/contour.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/style.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/patch.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/geoaxes.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl Failed to build cartopy copying lib/cartopy/mpl/feature_artist.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/gridliner.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/geocollection.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/ticker.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/clip_path.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl copying lib/cartopy/mpl/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/mpl creating build/lib.linux-x86_64-cpython-39/cartopy/feature copying lib/cartopy/feature/nightshade.py -> build/lib.linux-x86_64-cpython-39/cartopy/feature copying lib/cartopy/feature/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/feature creating build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_crs.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_vector_transform.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_features.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_linear_ring.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_crs_transform_vectors.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_util.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_line_string.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/conftest.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_coastline.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_img_transform.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_coding_standards.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_img_tiles.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_polygon.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_shapereader.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_img_nest.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/test_geodesic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests copying lib/cartopy/tests/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests creating build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/ogc_clients.py -> build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/shapereader.py -> build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/img_tiles.py -> build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/srtm.py -> build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/img_nest.py -> build/lib.linux-x86_64-cpython-39/cartopy/io copying lib/cartopy/io/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/io creating build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_stereographic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_rotated_pole.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_nearside_perspective.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_rotated_geodetic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_geostationary.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_equal_earth.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_miller.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_albers_equal_area.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_gnomonic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_azimuthal_equidistant.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_eckert.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_mollweide.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/helpers.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_equidistant_conic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_robinson.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_lambert_conformal.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_sinusoidal.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_utm.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_transverse_mercator.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_orthographic.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_mercator.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs copying lib/cartopy/tests/crs/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/crs creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_crs.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_shapely_to_mpl.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_axes.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_style.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_nightshade.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_feature_artist.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_features.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_plots.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_ticker.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_quiver.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_examples.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_ticks.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_web_services.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_pseudo_color.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_patch.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/conftest.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_img_transform.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_caching.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_contour.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_set_extent.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_images.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_gridliner.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/test_mpl_integration.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl copying lib/cartopy/tests/mpl/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl creating build/lib.linux-x86_64-cpython-39/cartopy/tests/feature copying lib/cartopy/tests/feature/test_nightshade.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/feature copying lib/cartopy/tests/feature/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/feature creating build/lib.linux-x86_64-cpython-39/cartopy/tests/io copying lib/cartopy/tests/io/test_downloaders.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/io copying lib/cartopy/tests/io/test_srtm.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/io copying lib/cartopy/tests/io/test_ogc_clients.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/io copying lib/cartopy/tests/io/__init__.py -> build/lib.linux-x86_64-cpython-39/cartopy/tests/io creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/natural_earth.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/wfs.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/natural_earth_custom.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_features copying lib/cartopy/tests/mpl/baseline_images/mpl/test_features/gshhs_coastlines.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_features creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Mercator.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_RotatedPole.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_AlbersEqualArea.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_OSGB.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_AlbersEqualArea.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Orthographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Gnomonic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_OSNI.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_PlateCarree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Mercator.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_NorthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_SouthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Stereographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_SouthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_NearsidePerspective.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_LambertAzimuthalEqualArea.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_NearsidePerspective.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Orthographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels_bbox_style.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_LambertConformal.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Sinusoidal.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_LambertCylindrical.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Sinusoidal.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_RotatedPole.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner_labels_tight.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_LambertCylindrical.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Geostationary.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Robinson.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_InterruptedGoodeHomolosine.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_NorthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_AzimuthalEquidistant.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_InterruptedGoodeHomolosine.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_EuroPP.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/gridliner1.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Stereographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Geostationary.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Robinson.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_PlateCarree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Miller.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_AzimuthalEquidistant.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Gnomonic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Mollweide.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_LambertConformal.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_LambertAzimuthalEqualArea.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_Miller.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner copying lib/cartopy/tests/mpl/baseline_images/mpl/test_gridliner/test_grid_labels_inline_usa_Mollweide.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_gridliner creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl copying lib/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl/poly_interiors.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl copying lib/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl/contour_with_interiors.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_shapely_to_mpl creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_axes copying lib/cartopy/tests/mpl/baseline_images/mpl/test_axes/geoaxes_subslice.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_axes copying lib/cartopy/tests/mpl/baseline_images/mpl/test_axes/geoaxes_set_boundary_clipping.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_axes creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_img_transform copying lib/cartopy/tests/mpl/baseline_images/mpl/test_img_transform/regrid_image.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_img_transform creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_nightshade copying lib/cartopy/tests/mpl/baseline_images/mpl/test_nightshade/nightshade_platecarree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_nightshade creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_examples copying lib/cartopy/tests/mpl/baseline_images/mpl/test_examples/global_map.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_examples copying lib/cartopy/tests/mpl/baseline_images/mpl/test_examples/contour_label.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_examples creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_contour_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Robinson.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_hexbin_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Miller.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Gnomonic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap3.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_pcolor_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertV.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_TransverseMercator.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Mercator.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_plate_carree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertII.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EqualEarth.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_LambertCylindrical.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_OSGB.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_contourf_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertI.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertVI.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_regrid_with_extent.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_rotated_pole.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_1d.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/streamplot.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_PlateCarree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/global_scatter_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Mollweide.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/quiver_regrid.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_InterruptedGoodeHomolosine.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_regrid.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Orthographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_Stereographic.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_1d_transformed.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_single_column_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertIII.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_annotate.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap1.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_mercator_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_global_wrap2.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_goode_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_RotatedPole.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_EckertIV.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_regrid_with_extent.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/pcolormesh_limited_area_wrap.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_SouthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/test_global_map_NorthPolarStereo.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/simple_global.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration copying lib/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration/barbs_plate_carree.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_mpl_integration creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xyticks.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/yticks_no_transform.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xticks_no_transform.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/xticks_cylindrical.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks copying lib/cartopy/tests/mpl/baseline_images/mpl/test_ticks/yticks_cylindrical.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_ticks creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_web_services copying lib/cartopy/tests/mpl/baseline_images/mpl/test_web_services/wmts.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_web_services copying lib/cartopy/tests/mpl/baseline_images/mpl/test_web_services/wms.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_web_services creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_crs copying lib/cartopy/tests/mpl/baseline_images/mpl/test_crs/lambert_conformal_south.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_crs copying lib/cartopy/tests/mpl/baseline_images/mpl/test_crs/igh_land.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_crs copying lib/cartopy/tests/mpl/baseline_images/mpl/test_crs/igh_ocean.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_crs creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2 copying lib/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2/web_tiles.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_img_tiles2 creating build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/imshow_regional_projected.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/imshow_natural_earth_ortho.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/image_nest.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/web_tiles.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images copying lib/cartopy/tests/mpl/baseline_images/mpl/test_images/image_merge.png -> build/lib.linux-x86_64-cpython-39/cartopy/tests/mpl/baseline_images/mpl/test_images creating build/lib.linux-x86_64-cpython-39/cartopy/data creating build/lib.linux-x86_64-cpython-39/cartopy/data/raster creating build/lib.linux-x86_64-cpython-39/cartopy/data/raster/natural_earth copying lib/cartopy/data/raster/natural_earth/50-natural-earth-1-downsampled.png -> build/lib.linux-x86_64-cpython-39/cartopy/data/raster/natural_earth copying lib/cartopy/data/raster/natural_earth/images.json -> build/lib.linux-x86_64-cpython-39/cartopy/data/raster/natural_earth creating build/lib.linux-x86_64-cpython-39/cartopy/data/raster/sample copying lib/cartopy/data/raster/sample/Miriam.A2012270.2050.2km.jpg -> build/lib.linux-x86_64-cpython-39/cartopy/data/raster/sample copying lib/cartopy/data/raster/sample/Miriam.A2012270.2050.2km.README.txt -> build/lib.linux-x86_64-cpython-39/cartopy/data/raster/sample creating build/lib.linux-x86_64-cpython-39/cartopy/data/netcdf copying lib/cartopy/data/netcdf/HadISST1_SST_update.nc -> build/lib.linux-x86_64-cpython-39/cartopy/data/netcdf copying lib/cartopy/data/netcdf/HadISST1_SST_update.README.txt -> build/lib.linux-x86_64-cpython-39/cartopy/data/netcdf creating build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles creating build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs copying lib/cartopy/data/shapefiles/gshhs/README.TXT -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs creating build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.shx -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.shp -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/c copying lib/cartopy/data/shapefiles/gshhs/c/GSHHS_c_L1.dbf -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/c creating build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.dbf -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.shp -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/l copying lib/cartopy/data/shapefiles/gshhs/l/GSHHS_l_L2.shx -> build/lib.linux-x86_64-cpython-39/cartopy/data/shapefiles/gshhs/l creating build/lib.linux-x86_64-cpython-39/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.shx -> build/lib.linux-x86_64-cpython-39/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.dbf -> build/lib.linux-x86_64-cpython-39/cartopy/tests/lakes_shapefile copying lib/cartopy/tests/lakes_shapefile/ne_110m_lakes.shp -> build/lib.linux-x86_64-cpython-39/cartopy/tests/lakes_shapefile copying lib/cartopy/io/srtm.npz -> build/lib.linux-x86_64-cpython-39/cartopy/io running build_ext building 'cartopy.trace' extension creating build/temp.linux-x86_64-cpython-39 creating build/temp.linux-x86_64-cpython-39/lib creating build/temp.linux-x86_64-cpython-39/lib/cartopy gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/opt/hostedtoolcache/Python/3.9.15/x64/include -I./lib/cartopy -I/tmp/pip-build-env-254ujuhi/overlay/lib/python3.9/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.9.15/x64/include/python3.9 -c lib/cartopy/trace.cpp -o build/temp.linux-x86_64-cpython-39/lib/cartopy/trace.o lib/cartopy/trace.cpp:767:10: fatal error: geos_c.h: No such file or directory 767 | #include "geos_c.h" | ^~~~~~~~~~ compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cartopy ERROR: Could not build wheels for cartopy, which is required to install pyproject.toml-based projects Error: Process completed with exit code 1.`
Recktenwald commented 2 years ago

Is this a new dependency? It works in your forked repo right? And it was the automated testing job?

florianjehn commented 2 years ago

Yes this is a new dependency, which I need for some plots. As I don't test the plotting functions, we could also just tell Github actions to not install it. Not sure how this works though.

florianjehn commented 2 years ago

And yes this is from the automated testing job.

florianjehn commented 1 year ago

Removed geoplot, as it is not needed anymore