On Wed, Jun 10, 2015 at 11:59 AM, MOLOKO <[email protected]> wrote: > OK so I'm running Trac 1.0.5 on Ubuntu 12.04.4 > > I've previously had no issues upgrading Trac via easy_install > > But when I go to upgrade to v1.0.6 via the following command: > > easy_install --upgrade Trac==1.0.6 > > I get the following: > >> Searching for Trac==1.0.6 >> Reading http://pypi.python.org/simple/Trac/ >> Reading http://projects.edgewall.com/trac >> Reading http://projects.edgewall.com/trac/wiki/TracDownload >> Reading http://trac.edgewall.com/ >> No local packages or download links found for Trac==1.0.6 >> error: Could not find suitable distribution for >> Requirement.parse('Trac==1.0.6') >> > > I suspect something is a bit wrong somewhere as this usually works fine - > indeed, if I try the same command, but targeting 1.0.5 it does just what > I'd normally expect it to do, other than halt when it discovers I'm already > running that version. >
Please try: easy_install --upgrade Trac==1.0.6.post2 -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users. For more options, visit https://groups.google.com/d/optout.
