由于click / python3冲突,我无法运行dask-ssh。我按建议设置了LC_ALL和LANG,但单击静止对象。我认识到这是一个click / python3问题,但我希望有人看到并解决了这个问题。
$ env | grep LC_ALL
LC_ALL=C.UTF-8
$ env | grep LANG
LANG=C.UTF-8
$ dask-ssh localhost
Your terminal does not properly support unicode text required by command line
utilities running Python 3. This is commonly solved by specifying encoding
environment variables, though exact solutions may depend on your system:
$ export LC_ALL=C.UTF-8
$ export LANG=C.UTF-8
For more information see: http://click.pocoo.org/5/python3/
谢谢, 添