Valeriy Onuchin
Valeriy Onuchin
jkbbhbh
the exception is raised in build_enviroment.py def start_build_process(pkg, function, kwargs): _**# Forward sys.stdin when appropriate, to allow toggling verbosity if sys.platform != "win32" and sys.stdin.isatty() and hasattr(sys.stdin, 'fileno')**_
Possible solution is to use "uname -a" to detect WSL2 and then do not redirect stdin
Hi, Not, I got exception but for testing I added to build_enviroment.py def start_build_process(pkg, function, kwargs): ***sys.platform = "win32"*** _# Forward sys.stdin when appropriate, to allow toggling verbosity if sys.platform...
An article describing difference between linux and windows consoles https://devblogs.microsoft.com/commandline/windows-command-line-inside-the-windows-console/
Hi, did anybody use spack under windows11/WSL2/linux[CentOS7, ubuntu.xxx, etc]? ... or I'm the the first one? Regards. Valeriy