Attachments (0)
Change History (5)
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 13 years ago
hi still not working
Genshi Error Again http://pastebin.com/sdh1JF48
Trac Error Again http://pastebin.com/KhBNJ9sQ
can you give me a guide how to make a clean installation again?
comment:3 by , 13 years ago
pkg_resources.VersionConflict: (Genshi 0.7dev-r1180 (/usr/lib/python2.6/site-packages/Genshi-0.7dev_r1180-py2.6-linux-i686.egg), Requirement.parse('Genshi>=0.6,<0.7dev'))
In clear text: you have Genshi 0.7dev, but you must have a version number greater or equal to 0.6, and strictly less than 0.7dev.
So why not do a simple easy_install Genshi
and be done with it? ;-)
comment:4 by , 13 years ago
well
i tried easy_install Genshi
but it installed 0.5 i think genshi in centos is not updated
comment:5 by , 13 years ago
Ah, I see, CentOS probably modified easy_install
to fetch packages from their package repository instead of PyPI. So just download directly the Genshi .egg for your version of Python, and try easy_install Genshi-0.6-py2.6.egg
. Hopefully this should still work with their easy_install
…
InstallationIssue, you have Genshi 0.5.x but need 0.6 or 0.7dev