You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Nishant Bangarwa (JIRA)" <ji...@apache.org> on 2017/03/01 18:10:45 UTC

[jira] [Created] (AMBARI-20259) Superset not able to start on Ubuntu if ASCII encoding is set as default encoding

Nishant Bangarwa created AMBARI-20259:
-----------------------------------------

             Summary: Superset not able to start on Ubuntu if ASCII encoding is set as default encoding
                 Key: AMBARI-20259
                 URL: https://issues.apache.org/jira/browse/AMBARI-20259
             Project: Ambari
          Issue Type: Bug
            Reporter: Nishant Bangarwa
            Assignee: Nishant Bangarwa
             Fix For: trunk, 2.5.0


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.

This system supports the C.UTF-8 locale which is recommended.
You might be able to resolve your issue by exporting the
following environment variables:

    export LC_ALL=C.UTF-8
    export LANG=C.UTF-8



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)