Unicode error from pip install

3.7k views Asked by At

I am trying to install pyevolve module using pip with command:

pip install pyevolve

And get an error "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 0: ordinal not in range(128)"

The only similar question I found is the following:

pip install UnicodeDecodeError

Unfortumately, cannot understand how to use the answer.. Can anyone help me out here please?

System: Windows 7 64 bit Anaconda-2.2.0-Windows-x86_64

0

There are 0 answers