I have this lib, Coherence (link) and it was made in python 2. So I want to know how can I install this lib in python 3.
To install it, I just need to run "sudo python setup.py install"
I've tried to use python-future on my main script, where I use the lib, but it still give me syntax errors on dependencies.
Is there another way to do this?