1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
> sudo salt svn cmd.run ". bin/activate; pip install google-i18n-address" /srv/www/dev/theblazehen/saleor/ runas=theblazehen

svn:
    Collecting google-i18n-address
      Using cached google-i18n-address-1.0.7.tar.gz
        Complete output from command python setup.py egg_info:
        Traceback (most recent call last):
          File "<string>", line 20, in <module>
          File "/tmp/pip-build-arngmz7m/google-i18n-address/setup.py", line 58, in <module>
            long_description=get_long_description(),
          File "/tmp/pip-build-arngmz7m/google-i18n-address/setup.py", line 50, in get_long_description
            readme = readme_file.read()
          File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
            return codecs.ascii_decode(input, self.errors)[0]
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2470: ordinal not in range(128)
        
        ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-arngmz7m/google-i18n-address
    You are using pip version 7.1.2, however version 8.1.2 is available.
    You should consider upgrading via the 'pip install --upgrade pip' command.