Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github actions geos install #32

Closed
ethan-moss opened this issue Jul 24, 2023 · 0 comments · Fixed by #30
Closed

github actions geos install #32

ethan-moss opened this issue Jul 24, 2023 · 0 comments · Fixed by #30
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ethan-moss
Copy link
Collaborator

Describe the bug

CI runner throws UserWarning: Unable to determine GEOS version. Ensure you have 3.7.2 or later installed, or installation may fail., and then installation of cartopy fails.

Environment

  • OS: macOS/Linux
  • Python version: 3.9
  • Java version: 11
  • Python module versions (if different from requirements.txt):

Steps to reproduce

Runners do not fail.

Screenshots

Test data/code

Additional context

This GitHub Issue shows GEOS must be installed for cartopy installation. This GitHub actions should be useful to allow sudo apt -y install libgeos-dev (linux) and brew install geos (mac).

@ethan-moss ethan-moss added the bug Something isn't working label Jul 24, 2023
@ethan-moss ethan-moss self-assigned this Jul 24, 2023
@ethan-moss ethan-moss added this to the sprint 2 end milestone Jul 24, 2023
@ethan-moss ethan-moss mentioned this issue Jul 24, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant