BiaPyX / BiaPy-GUI

BiaPy GUI
MIT License
6 stars 0 forks source link

Is there any other way of downloading the docker image for the GUI? Progress bar stuck at ~25% #3

Closed naterials closed 6 months ago

naterials commented 8 months ago

Hello, I was trying to run BiaPy GUI on MacOS (14.1.1). However the GUI starts at ~25% progress and the progress bar doesn't move (I have been running for almost an hour or so, I don't think this is internet issue) - see attached image

screenshot

Is there any other way I can pull the BiaPy image and copy it to the relevant location?

Thank you and I am excited to use the GUI!

danifranco commented 8 months ago

Hello!

Can you check via command line that you have already donwloaded the container? With docker image lscommand you can see it. Maybe it has been downloaded correctly but something strange happened in the GUI after that. If you have the container already rerun the GUI and it will detect automatically the container whe reaching that point. If you don't have it you can manually download it with docker pull biapyx/biapy:latest-11.8 command.

naterials commented 8 months ago

I could not see it using the docker image lscommand so I ran docker pull biapyx/biapy:latest-11.8, and it shows up on terminal. However when I run the GUI it is stuck on the same state again - see both images EDIT: I re-installed everything (docker, biapy) and the issue still persists - how do I check if I am missing any other dependencies? EDIT2: See last image, on docker desktop I am also getting the following message about emulation (for reference my macbook runs on apple silicon)

Screenshot 1 Screenshot 2 Screenshot3
danifranco commented 7 months ago

Hello,

It's strange that it's crashing after downloading the container manually and rerunning the GUI. I will try to make some comprobations but seems that the containers are not going to run well due to your chip as stated here.

llwiggins commented 6 months ago

Hello,

I seem to be running into the same problem, I have downloaded the biapyx/biapy:latest-11.8 image and can see this in my docker dashboard but the BiaPy GUI can't detect this and is hanging at the same point as @naterials when trying to download. Is there any update on this?

Thank you!

danifranco commented 6 months ago

Hi,

We are currently updating the GUI and solving the issue. Will post here when it's finish so you can use it.

danifranco commented 6 months ago

I've just finished updating the GUI and correcting a few errors. Can you please try again?

If still have issues I would be glad if you can post here or send me (daniel.franco@dipc.org) the log file that is created in every execution of the GUI so I can check possible errors. You can find them in the default temp folder of your PC, for instance, in Linux it should be /tmp/BiaPy/ and in Windows it's something like C:\Users\username\AppData\Local\Temp (help to open it here).

danifranco commented 6 months ago

Thank to the feedback provided by @llwiggins through mail I could catch the error in macOS binary. I've just updated the GUI (v1.0.8) fixing that error when pulling the container. Please, check it out and tell me if it works. Thank you so much!

llwiggins commented 6 months ago

Thank you so much for resolving these errors so quickly, all working now! Really looking forward to using this tool 😄

danifranco commented 6 months ago

Awesome! I'm closing this then!