python 3.x - Workaround for dash-ssh/click/python3 clash -


i unable run dask-ssh because of click/python3 clash. have lc_all , lang set recommended click still objects. recognise click/python3 problem hope has seen , solved this.

$ env | grep lc_all lc_all=c.utf-8 $ env | grep lang lang=c.utf-8 $ dask-ssh localhost terminal not support unicode text required command    line utilities running python 3.  commonly solved specifying encoding environment variables, though exact solutions may depend on system:      $ export lc_all=c.utf-8     $ export lang=c.utf-8  more information see: http://click.pocoo.org/5/python3/ 

thanks, tim


Comments