RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment

@JIM, forgive me if I'm wrong, but this does seem like a locale issue at first glance.
Please use the following commands to check the values of your system's locale environment variables, and paste the output here.

echo $LC_ALL
echo $LANG

These snippets might help you get things patched up if the variables return no values, or similar.

Good luck!
CK

2 Likes