← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1460206] Re: gate-nova-python34 fails to install rfc3986 due to UnicodeDecodeError

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => liberty-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1460206

Title:
  gate-nova-python34 fails to install rfc3986 due to UnicodeDecodeError

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  This non-voting job just got turned on yesterday and it's failing
  consistently:

  http://logs.openstack.org/15/186315/4/check/gate-nova-
  python34/c48b0f5/console.html#_2015-05-29_15_57_16_241

  2015-05-29 15:57:16.241 | Collecting rfc3986>=0.2.0 (from -r /home/jenkins/workspace/gate-nova-python34/requirements.txt (line 46))
  2015-05-29 15:57:16.241 |   Downloading http://pypi.region-b.geo-1.openstack.org/packages/source/r/rfc3986/rfc3986-0.2.2.tar.gz
  2015-05-29 15:57:16.241 |     Complete output from command python setup.py egg_info:
  2015-05-29 15:57:16.241 |     Traceback (most recent call last):
  2015-05-29 15:57:16.242 |       File "<string>", line 20, in <module>
  2015-05-29 15:57:16.242 |       File "/tmp/tmp.ALfXvU5OeC/pip-build-ottfpn10/rfc3986/setup.py", line 22, in <module>
  2015-05-29 15:57:16.242 |         readme = f.read()
  2015-05-29 15:57:16.242 |       File "/home/jenkins/workspace/gate-nova-python34/.tox/py34/lib/python3.4/encodings/ascii.py", line 26, in decode
  2015-05-29 15:57:16.242 |         return codecs.ascii_decode(input, self.errors)[0]
  2015-05-29 15:57:16.242 |     UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1030: ordinal not in range(128)
  2015-05-29 15:57:16.242 |     
  2015-05-29 15:57:16.242 |     ----------------------------------------
  2015-05-29 15:57:16.242 |     Command "python setup.py egg_info" failed with error code 1 in /tmp/tmp.ALfXvU5OeC/pip-build-ottfpn10/rfc3986

  pypi says that library supports python 3.4, so maybe something from
  the distro is required for this to work?  nova doesn't have a
  requirements-py3.txt file, not sure if we don't need this for py34?

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1460206/+subscriptions


References