image-quality-assessment icon indicating copy to clipboard operation
image-quality-assessment copied to clipboard

make it runnable on Windows 10?

Open k-vladislav opened this issue 4 years ago • 2 comments

standard_init_linux.go:211: exec user process caused "no such file or directory"

k-vladislav avatar May 29 '20 12:05 k-vladislav

Sorry, difficult to debug Windows errors as I am using a Unix system. Are you using Docker for whatever you are trying to do?

clennan avatar Jun 10 '20 07:06 clennan

I made it work by using Windows Subsystem for Linux (WSL).

The latest version is WSL2, so you might need to update your windows (Windows 10, version 2004, Build 19041 or higher.)

Install ubuntu through microsoft store (I installed 18.04LTS).

Install docker desktop, and check a box for 'Use the WSL 2 based engine' in the settings.

At the windows powershell window, type 'wsl' to get to ubuntu system.

Everything should work as intended!

johnypark avatar Jul 27 '20 07:07 johnypark