You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error using browser version or command-line VesselExpress with Docker "Your conda installation is not configured to use strict channel priorities."
#11
Open
Daniel-454 opened this issue
Jul 5, 2024
· 2 comments
I am trying to run vesselexpress (Ver 1.1.0) using the example data ( VEA_0.25mm^3/Raw/210428_ob593right_500x_VEA.TIFF) following the brain_config.json parameters via the browser version (with Chrome or Edge) or the command line through Docker Desktop (Ver 4.31.1) installation. When I run it either way I get this error "Your conda installation is not configured to use strict channel priorities.". I noticed that I can get the binary and skeleton of the image using the command line but then it get multiple errors while running it and then I get this:
.
I followed this for the installation of vesselexpress in Windows Powrshell.
docker pull phispa1812/vesselexpress
docker run -p 5000:5000 phispa1812/vesselexpress
Type: localhost:5000 in your browser
I also tried using the Anaconda PowerShell prompt and running this command "conda config --set channel_priority strict" before installing vesselexpress just to see if it makes any difference.
I am doing this test on Windows 11 Home 23H2 (laptop) and wsl-2 running with Ubuntu 20.04.
Am I missing an important package or step in the installation?
Thanks,
Daniel
The text was updated successfully, but these errors were encountered:
thanks for opening this issue. I just ran the browser-based Docker version without changing any parameters on the image you used. I also get the conda warning, but the pipeline still completes successfully. Have you changed any parameters in the browser version? Could you please provide the full log for debugging? You can download the full log by clicking the „Download logs“ button in the browser-based version after the pipeline has finished or stopped.
Thanks for your quick response. I managed to make it work by trying different things. I don't know which one did the trick, to be honest.
Updated Docker. Now it is 4.32.0.
In docker settings-->Resources-->WSL integration, I enabled integration with additional distros Ubuntu 20.04. I will try to do it with other Ubuntu distros to see if still works or deactivate all the distros.
Installed vesselexpress using the second option (1. docker build -f ./Webinterface/Dockerfile -t vesselexpress . then 2. docker run -p 5000:5000 vesselexpress).
Regarding the logs I was not able to download them (see image; no logs to download)
but I was able to download the output data :)
I will try it with my data next to see how it goes.
Hi,
I am trying to run vesselexpress (Ver 1.1.0) using the example data ( VEA_0.25mm^3/Raw/210428_ob593right_500x_VEA.TIFF) following the brain_config.json parameters via the browser version (with Chrome or Edge) or the command line through Docker Desktop (Ver 4.31.1) installation. When I run it either way I get this error "Your conda installation is not configured to use strict channel priorities.". I noticed that I can get the binary and skeleton of the image using the command line but then it get multiple errors while running it and then I get this:
.
I followed this for the installation of vesselexpress in Windows Powrshell.
I also tried using the Anaconda PowerShell prompt and running this command "conda config --set channel_priority strict" before installing vesselexpress just to see if it makes any difference.
I am doing this test on Windows 11 Home 23H2 (laptop) and wsl-2 running with Ubuntu 20.04.
Am I missing an important package or step in the installation?
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: