Xiangbo Mao

Results 5 comments of Xiangbo Mao

@yobyzal 's comment works. Delete C:\Users\[YOUR USERNAME]\AppData\Local\lxss\temp when stucks in "created 0 fifos". It may be issues related to wsl.

It seems to be a bug since gnupg 2.1.17. Downgrade gnupg would partially solve the problem (wait for upstream updates). https://archive.archlinux.org/repos/2016/12/21/core/os/x86_64/

This seems to be related to https://github.com/bazelbuild/rules_python/issues/691#issuecomment-1108741580 bazel itself requires system install python for some bootstraping.

@klaasb Changing to single quotes works for me. Thanks!

I think @GabrielDougherty is almost correct, use `@conda_test_env//:conda_test_env/bin/python` as `python_interpreter_target` would work (suppose `conda_test_env` is the name of environment). But I don't test the setting on Windows, something might be...