facebookresearch / ImageBind

ImageBind One Embedding Space to Bind Them All
Other
8.07k stars 734 forks source link

Cartopy install fails on Ubuntu #63

Open shivajid opened 1 year ago

shivajid commented 1 year ago

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.

Haawron commented 1 year ago

Additionally, the mayavi install would also fail on Ubuntu 20.04. Here's the link that fixed my issue.

zhuyuedlut commented 9 months ago

"Is the Cartopy library absolutely necessary? I'm having trouble installing it on my Ubuntu 18.04 system. Is there a way to proceed without it?"