-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to install SAM2 small #28
Comments
are you using the latest available version of samj? Is that the whole error? |
Hey Carlos, Thank you for your answer. Best, |
Hey Carlos, I just tried installing other models and the EfficientViTSAM-I2 and EfficientViTSAM-xI0 both can be installed but give the error that the image is not a 2D image, which it in fact is. Thank you for your suggestions. Best, |
HEllo @aroskoth , |
Hello everyone,
I wanted to install the SAM2 Small on my work laptop. For some reason it fails with the error:
java.lang.RuntimeException: Error executing the following command: [cmd.exe, /c, C:\Users\myUserName\fiji-win64\Fiji.app\appose_x86_64\envs\sam2\python.exe, -m, pip, install, mkl==2024.0.0, samv2==0.0.4, pytest]
at io.bioimage.modelrunner.apposed.appose.Mamba.runPythonIn(Mamba.java:1057)
at ai.nets.samj.install.Sam2EnvManager.installSAMDeps(Sam2EnvManager.java:336)
at ai.nets.samj.install.Sam2EnvManager.installSAMDeps(Sam2EnvManager.java:296)
at ai.nets.samj.install.Sam2EnvManager.installEverything(Sam2EnvManager.java:364)
at ai.nets.samj.gui.SAMModelPanel.lambda$createInstallationThread$7(SAMModelPanel.java:280)
at java.lang.Thread.run(Thread.java:750)
I then installed it on my private laptop and there it seems to work. Can anyone tell me what the issue is and how I could correct it?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: