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.

Reply via email to