Hi Eric, The git version has been up-to-date basically since cairocffi 0.7 has been out, we've just been dragging on getting a 0.10.0 version out. I was just looking at pushing to cut a 0.10 release and there are a couple minor things that have been reported recently that I think would be nice to fix before a version bump. Until then cairocffi<0.7 and xcffib<0.3 will be needed for 0.9.1. Look for an announcement for a new version soon.
Sean On Thu, Jul 2, 2015 at 9:59 PM, Eric Martin <[email protected]> wrote: > I'm running into similar issues as Roy Mathew. > > I'm attempting to install qtile v0.9.1 on ubuntu 15.04. > > I modified the dependencies variable in setup.py to add the constraints > that cffi<1.0 and xcffib<0.3.0, so I believe my dependencies variable is > the same as Roy Mathew's. > > When I run "python setup.py install --user", I get the error message > > pkg_resources.ContextualVersionConflict: (cffi 0.92, > Requirement.parse('cffi>=1.1.0'), set(['cairocffi'])) > > I fixed this by adding the constraint that cairocffi < 0.7 (because 0.7 > depends on cffi>=1.1.0). Sending this update as reference for anyone else > who has this problem. > > Any idea when these versioning issues will be resolved and qtile will be > able to run on the most recent versions of the libraries? > > -Eric > > > On Wednesday, June 3, 2015 at 1:22:54 AM UTC-5, Tycho Andersen wrote: >> >> On Tue, Jun 02, 2015 at 11:08:58PM -0400, Roy Mathew wrote: >> > Perfect. using: >> > dependencies = ['cairocffi>=0.6', 'cffi>=0.8.2,<1.0', 'six>=1.4.1', >> > 'xcffib>=0.1.11,<0.3.0'] >> > gives me a runnable qtile. thanks for your help.. >> > >> > Now, onto figuring out the warning: >> > 2015-06-02 23:07:19,830 qtile setup_python_dbus:261 importing >> dbus/gobject >> > failed, dbus will not work. >> >> That's just a warning; it'll work just fine without gobject and dbus, >> but things like the notification widget and mpris widgets won't work. >> >> Tycho >> > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
