amnextking / typhoonae

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

Buildout fails due to missing nose distribution #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone the hg repository and bootstrap
2. run ./bin/buildout

What is the expected output? What do you see instead?
Buildout fails after while by encountering a 404 on nose-1.0.0.tar.gz
more info:

Getting distribution for 'nose==1.0.0'.
While:
  Installing tests.
  Getting distribution for 'nose==1.0.0'.
Error: Can't download 
http://somethingaboutorange.com/mrl/projects/nose/nose-1.0.0.tar.gz: 404 Not 
Found

What version of the product are you using? On what operating system?
Ubuntu 11.04 with python 2.6.6

Please provide any additional information below.

Original issue reported on code.google.com by m.siers...@eximion.nl on 27 Jul 2011 at 8:32

GoogleCodeExporter commented 9 years ago
This was maybe just a PyPI hickup (404). However, I've updated the nose version 
in etc/versions.cfg. Can you check if the buildout succeeds now?

Original comment by tobias.r...@gmail.com on 28 Jul 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Thanks for the fast reply. The buildout works seems to be working fine now.

Original comment by m.e.siersema on 2 Aug 2011 at 11:10