0

I am trying to install the module aplpy via pip install aplpy, but I keep getting an error message (see here). It looks like there is some kind of conflict with Anaconda; do you have any suggestion on how to fix this?

0

1 Answer 1

1

You need to set the locale of your terminal

export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 
Sign up to request clarification or add additional context in comments.

3 Comments

Is there a way to do this every time I open a new terminal?
Yes, of course. Add these lines to your ~/.bash_profile if you are using mac or ~/.bashrc on linux.
@IritMalka Which of those to use is a bit more complex than Mac vs Linux. If you might not always use Bash, $HOME/.profile is better, but it requires slightly different syntax.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.