Skip to content

Cookiecutter fails with ASCII #5

@vyasr

Description

@vyasr

Cookiecutter will show this error message

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/

if the terminal is configured to use ASCII by default. This can be fixed by modifying the terminal running the JupyterLab server to use UTF-8:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions