You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
merseyth...@gmail.com
on 14 Mar 2011 at 8:13The text was updated successfully, but these errors were encountered: