Ticket #267 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

easy_install tables finds 2.2b3 (and fails)

Reported by: stasis Owned by: somebody
Priority: major Component: PyTables
Version: 2.2 Keywords:
Cc:

Description

Using easy_install to install PyTables? currently fails because version 2.2b3 is registered with PyPi? but the download link is not correct. Version 2.1.2 should be the latest version registered at PyPi?.

In the following example, I had to use the '>2.1' constraint because I have tables-2.1 installed. If tables is not installed, 'easy_install tables' has the same result.

> easy_install 'tables>2.1'
Searching for tables>2.1
Reading http://pypi.python.org/simple/tables/
Reading http://www.pytables.org/
Best match: tables 2.2b3
Downloading http://www.pytables.org/download/stable/tables-2.2b3.tar.gz
error: Can't download http://www.pytables.org/download/stable/tables-2.2b3.tar.gz: 404 Not Found

Change History

Changed 6 months ago by faltet

  • status changed from new to closed
  • resolution set to fixed

Oops. This was an oversight on my part. Fixed. Thanks for reporting!

Note: See TracTickets for help on using tickets.