facebookresearch / facebookresearch/ImageBind
Cartopy install fails on Ubuntu
Open
- 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
Assessment
This issue has not been assessed yet.