ImageBind
ImageBind copied to clipboard
Running into lots of dependency issues
I am trying to use ImageBind on my M2 Mac using Conda, and I have so far run into a ton of dependency issues, including the following. Some I was able to kind of fix, such as VTK, GEOS, and Cartopy, but I could not so far get the torch==1.13 error to go away
Summary of Dependency Issues
-
VTK Dependency:
- Error:
Could not find a version that satisfies the requirement vtk - Details: No matching distribution found for vtk during installation.
- Error:
-
GEOS Library Missing:
- Error:
fatal error: 'geos_c.h' file not found - Details:
cartopyinstallation failed due to missing GEOS library.
- Error:
-
Torch Version Compatibility:
- Error:
Could not find a version that satisfies the requirement torch==1.13.0 - Details:
torch==1.13.0is not available, causing installation issues.
- Error:
-
Build Failure for Cartopy:
- Error:
error: command '/usr/bin/clang' failed with exit code 1 - Details: Failed to build wheel for
cartopydue to missing dependencies.
- Error:
The specific error for torch==1.13.0 looks like this
ERROR: Could not find a version that satisfies the requirement torch==1.13.0+cu116 (from imagebind) (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0)
ERROR: No matching distribution found for torch==1.13.0