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
(Reported by @alex-obi) Installation with sh build.sh fails with
File "/home/alexander/adhocracy_buildout/eggs/minitage.recipe.egg-1.105-py2.7.egg/minitage/recipe/egg/egg.py", line 1207, in _satisfied
requirement, working_set)
MissingDistribution: Couldn't find a distribution for 'formencode==1.2.6'.
minitage.recipe: Traceback (most recent call last):
File "/home/alexander/adhocracy_buildout/eggs/minitage.recipe.egg-1.105-py2.7.egg/minitage/recipe/egg/egg.py", line 206, in callback
ret = f(self, *args, **kwargs)
File "/home/alexander/adhocracy_buildout/eggs/minitage.recipe.scripts-1.58-py2.7.egg/minitage/recipe/scripts/scripts.py", line 181, in install
sreqs, ws = self.working_set(working_set=working_set)
File "/home/alexander/adhocracy_buildout/eggs/minitage.recipe.egg-1.105-py2.7.egg/minitage/recipe/egg/egg.py", line 265, in callback
raise e
MissingDistribution: Couldn't find a distribution for 'formencode==1.2.6'.
While:
Installing paster.
Error: Couldn't find a distribution for 'formencode==1.2.6'.
The text was updated successfully, but these errors were encountered:
Mmm, installation works fine on my machine as well as a newly created testing machine. To debug this problem, we need a pcap dump of all network traffic during the installation. Reassigning to @alex-obi to provide that.
On my new debian system i get the same error for a different distribution: "Error: Couldn't find a distribution for ''mr.developer==1.25'". Could this be caused by the latest Virtual Box Update or settings? Tomorrow I'll do the pcap dump.
No, it is completely unrelated to VirtualBox and most likely caused by a transient network failure. Does the problem occur from the hhucn network as well?
(Reported by @alex-obi) Installation with
sh build.sh
fails withThe text was updated successfully, but these errors were encountered: