shravan-d / SculptMate

SculptMate is a Blender add-on that generates a 3D mesh from an image within a minute.
22 stars 1 forks source link

error when installing dependencies #1

Closed css310310 closed 5 months ago

css310310 commented 5 months ago

when installing the dependencies i get the error

Command '['C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe', '-m', 'pip', 'install', 'git+https://github.com/facebookresearch/segment-anything.git']' returned non-zero exit status 1.

shravan-d commented 5 months ago

This error occurs in systems that do not have git installed. One solution is to install git - you can find clear instructions to download and install via their official page.

Another thing I could try to do is get rid of the dependency on Git, which could be a later feature.

shravan-d commented 5 months ago

Git is no longer a dependency. Marking this issue as closed.