Closed florianjehn closed 1 year ago
Is this a new dependency? It works in your forked repo right? And it was the automated testing job?
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.
And yes this is from the automated testing job.
Removed geoplot, as it is not needed anymore
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]