[Bug 1598575] Re: easy_install crash with KeyError

Andreas Jaeger 1598575 at bugs.launchpad.net
Mon Jul 4 07:06:25 UTC 2016


Fixed in 24.0.1

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-setuptools in Ubuntu.
https://bugs.launchpad.net/bugs/1598575

Title:
  easy_install crash with KeyError

Status in python-setuptools package in Ubuntu:
  New

Bug description:
  There's a problem in setuptools 24.0.0 (released today).

  You can reproduce it just running on the shell easy_install:

  # easy_install
  Traceback (most recent call last):
    File "/usr/local/bin/easy_install", line 7, in <module>
      from setuptools.command.easy_install import main
    File "/usr/local/lib/python2.7/dist-packages/setuptools/__init__.py", line 14, in <module>
      from setuptools.extension import Extension
    File "/usr/local/lib/python2.7/dist-packages/setuptools/extension.py", line 11, in <module>
      from . import msvc
    File "/usr/local/lib/python2.7/dist-packages/setuptools/msvc.py", line 244, in <module>
      class PlatformInfo:
    File "/usr/local/lib/python2.7/dist-packages/setuptools/msvc.py", line 253, in PlatformInfo
      current_cpu = safe_env['processor_architecture'].lower()
    File "/usr/lib/python2.7/UserDict.py", line 23, in __getitem__
      raise KeyError(key)
  KeyError: 'processor_architecture'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-setuptools/+bug/1598575/+subscriptions



More information about the foundations-bugs mailing list