Hi, On Thu, Mar 11, 2010 at 7:35 PM, gazza <[email protected]> wrote: > Hiya, > > I am installing on the production server and hit the below: > > "Installed distribution Webhelpers 1.0b4 conflicts with requirement > WebHelpers>=0.6.1,<0.6.99" > > I guess others have seen this problem. What was the workaround? >
Try to remove the conflicted version from your file sytem and install the correct one with easy_install Btw I think that fixing eggs versions in setup.py is a bad idea. Pylons should have a pip's requirement file or something like that (I also know Zope's Known Good Set aka KGS) for each releases to get the correct dependencies versions. Then if you have a fix in a dependency you can change the required version without releasing a new Pylons versions My 2 cents -- Gael > Thanks, > Gazza > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
