bowang-lab / MedSAMSlicer

3D Slicer Plugin for Segment anything in medical images
https://www.nature.com/articles/s41467-024-44824-z
179 stars 20 forks source link

Error while installing dependencies #7

Closed wicky-dot closed 10 months ago

wicky-dot commented 10 months ago

I repeatedly encounter timeout errors when installing dependency packages. Are there any other ways to install dependencies? image

rasakereh commented 10 months ago

Thank you for reporting the problem. This is the file that our app tries to download: https://github.com/rasakereh/medsam-3dslicer/raw/master/server_essentials.zip Can you access it with no proxy, etc using your browser? Currently, the only way to install dependencies is through the module. We will fix this in future.

wicky-dot commented 10 months ago

I am able to locate the "server_essentials.zip" file in the previous downloaded medsam folder. What should I do next? image

rasakereh commented 10 months ago

We have a new release that might work fine for you. In this release, we added the functionality to use a local server_essentials.zip file to install dependencies. You just check the box and select this zip file. Hopefully it fixes the issue.

wicky-dot commented 10 months ago

Thank you so much! The issue has been solved!