easy_install-2.3 installs a prerelease version of 0.4.4

Issue #1061 resolved
Former user created an issue

easy_install-2.3 got me a -dev egg (4205?) that did not have the declarative extension

Comments (1)

  1. Mike Bayer repo owner

    what's "easy_install-2.3" ? I just did an upgrade to the latest, the version is "0.6c8". Oh, you mean on Py2.3. Well, running 2.5, I get:

    z-eeks-Computer:~ classic$ sudo easy_install sqlalchemy
    Searching for sqlalchemy
    Reading http://pypi.python.org/simple/sqlalchemy/
    Couldn't find index page for 'sqlalchemy' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading http://pypi.python.org/simple/
    Reading http://pypi.python.org/simple/SQLAlchemy/
    Reading http://www.sqlalchemy.org
    Best match: SQLAlchemy 0.4.6
    Downloading http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.4.6.tar.gz#md5=3d1e737bb408de25b2fadb19a736b40e
    Processing SQLAlchemy-0.4.6.tar.gz
    Running SQLAlchemy-0.4.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-py4TVO/SQLAlchemy-0.4.6/egg-dist-tmp-8jlRgM
    zip_safe flag not set; analyzing archive contents...
    sqlalchemy.databases.mysql: module MAY be using inspect.stack
    Adding SQLAlchemy 0.4.6 to easy-install.pth file
    
    Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/SQLAlchemy-0.4.6-py2.5.egg
    Processing dependencies for sqlalchemy
    Finished processing dependencies for sqlalchemy
    

    There's nothing 2.3/2.4/2.5 specific in our setup.py file, and the version on cheeseshop is a source file (no version-specific build) so your issue likely lies with setuptools.

  2. Log in to comment