Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » Buildout Ghettoization » The problem is....
 
 

Comment

Above in this comment thread: Buildout Ghettoization » Dependencies

The problem is....

Posted by zopyx at 2008-03-10 01:31 AM
dependency conflict..with huge bag of packages and dependencies you will likely run into dependency conflict where package A requires version X of package C where package B requires version Y of package C...This is very hard to resolve..basically the build system (easy_install, buildout or whatever) can only fail in such a case.