Do you have a dev version of Pyramid (ie, github master) checked out and installed?
`pip install` will create an error like that if you do. The easy way to switch (IMHO) is to just easy-install instead ``easy_install pyramid==1.5.4` pip is really good for new environments, but it has a lot of issues with upgrades and development environments. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
