Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The setup.py script imports the asq package, which can fail if ordered dict is not available. #1

Closed
GoogleCodeExporter opened this issue Jul 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
  1. easy_install asq on a Python environment without ordereddict available (e.g. Python 2.6)

What is the expected output?

  The install should complete successfully.

What do you see instead?

$ easy_install asq
Searching for asq
Reading http://pypi.python.org/simple/asq/
Reading http://code.google.com/p/asq/
Reading http://code.google.com/p/asq/downloads/detail?name=asq-0.9.tar.gz
Best match: asq 0.9
Downloading http://asq.googlecode.com/files/asq-0.9.tar.gz
Processing asq-0.9.tar.gz
Running asq-0.9/setup.py -q bdist_egg --dist-dir 
/var/folders/yD/yD0vSdTiEMe6tWqFrULex++++TI/-Tmp-/easy_install-j0e6ZT/asq-0.9/eg
g-dist-tmp-JP8crp
Could not import OrderedDict. For Python versions earlier than 2.7 install 
theordereddict module from the Python Package Index with easy_install 
ordereddict.error: Setup script exited with 1

What version of the product are you using? On what operating system?

  Python 2.6 on Max OS X.

Please provide any additional information below.

  If ordered dict is installed, the the installation proceeds successfully.

Original issue reported on code.google.com by merseyth...@gmail.com on 14 Mar 2011 at 8:13

@rob-smallshire
Copy link
Collaborator

Fixed a long time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants