pganti / micheles

Automatically exported from code.google.com/p/micheles
0 stars 0 forks source link

2.3.2 no longer available #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

$ pip install decorator==2.3.2
Downloading/unpacking decorator==2.3.2
  Could not find a version that satisfies the requirement decorator==2.3.2 (from versions: )
No distributions matching the version for decorator==2.3.2
Storing complete log in /home/alfborge/.pip/pip.log

What is the expected output? What do you see instead?

$ pip install decorator==3.3.1
Downloading/unpacking decorator==3.3.1
  Downloading decorator-3.3.1.tar.gz
  Running setup.py egg_info for package decorator

    warning: no previously-included files found matching 'Makefile'
Installing collected packages: decorator
  Running setup.py install for decorator

    warning: no previously-included files found matching 'Makefile'
Successfully installed decorator
Cleaning up...

Since we're using a product that has a requirement on decorator <= 2.3.2, we 
can no longer rely on pip to pull in our requirements.  If at all possible, 
please put back the old versions.

Thank you,
Alf Lervåg

Original issue reported on code.google.com by alfbo...@gmail.com on 11 May 2011 at 3:00

GoogleCodeExporter commented 8 years ago
Unfortunately such things are out of my control, the old releases are kept in 
PyPI and they may remove then without notice. I should keep the old releases 
somewhere else, or make it easy to extract them from the repository.

Original comment by michele....@gmail.com on 10 Jan 2012 at 4:19

GoogleCodeExporter commented 8 years ago

Original comment by michele....@gmail.com on 16 Mar 2015 at 3:13