Skip to content
Martina Rath edited this page Jul 13, 2018 · 1 revision

(.venv) [Hey Missy mpratsch~/kdk-test :master±] # ./kdk init Traceback (most recent call last): File "./kdk", line 292, in <module> kdk() File "/Users/mpratsch/kdk-test/.venv/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/Users/mpratsch/kdk-test/.venv/lib/python3.6/site-packages/click/core.py", line 676, in main _verify_python3_env() File "/Users/mpratsch/kdk-test/.venv/lib/python3.6/site-packages/click/_unicodefun.py", line 118, in _verify_python3_env 'for mitigation steps.' + extra) RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Consult http://click.pocoo.org/python3/for mitigation steps.

export LC_ALL=de_DE.utf-8 export LANG=de_DE.utf-8

Clone this wiki locally