Install for linux

i have done as your follows.
i install qiime2 in linux of X64 by anconda of python3.
before qiime --help, nothing happened . i run qiime --help, something wrong happened.

  • List itemTraceback (most recent call last):
    File “/media/disk2/yinhw/program/anaconda/envs/qiime2-2018.6/bin/qiime”, line 11, in
    sys.exit(qiime())
    File “/media/disk2/yinhw/program/anaconda/envs/qiime2-2018.6/lib/python3.5/sit e-packages/click/core.py”, line 722, in call
    return self.main(*args, **kwargs)
    File “/media/disk2/yinhw/program/anaconda/envs/qiime2-2018.6/lib/python3.5/sit e-packages/click/core.py”, line 676, in main
    _verify_python3_env()
    File “/media/disk2/yinhw/program/anaconda/envs/qiime2-2018.6/lib/python3.5/sit e-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/p ython3/for mitigation steps.

This system lists a couple of UTF-8 supporting locales that
you can pick from. The following suitable locales where
i do not know how to deal it ,eager for help

Hey there @hongweiyin!

Looks like you might be missing some environment variables related to your system’s locale. We can check by running the following:

echo $LC_ALL
echo $LANG
locale -a

Can you run those and copy-and-paste the output here?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.