facebookresearch / facebookresearch/ImageBind

Cartopy install fails on Ubuntu

Open
#63 2 comments 9 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9.1k
Forks
842
PR merge metrics
No merged PRs in 30d

Description

The cartopy install fails with the following error.

```
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cartopy
Failed to build cartopy
ERROR: Could not build wheels for cartopy, which is required to install pyproject.toml-based projects
```
The fix is to install the dependency.
```
sudo apt -y install libgeos-dev
```
Logging to have it part of the documentation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.