Hi Tiago,
I have been using channel "ostrokach-forge" to even install properly version 2.26 on a server and it constantly get error messages for its dependencies. I have used conda to install the dependencies but now I get this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/anaconda3/lib/python3.5/site-packages/graph_tool/all.py", line 35, in <module>
from graph_tool.draw import *
File "/home/anaconda3/lib/python3.5/site-packages/graph_tool/draw/__init__.py", line 875, in <module>
from .cairo_draw import graph_draw, cairo_draw, get_hierarchy_control_points, default_cm
File "/home/anaconda3/lib/python3.5/site-packages/graph_tool/draw/cairo_draw.py", line 122, in <module>
"font_slant": cairo.FONT_SLANT_NORMAL,
AttributeError: module 'cairo' has no attribute 'FONT_SLANT_NORMAL'
Do you have any suggestion how to solve this error message?
I installed cairocffi, cairo, pycairo but apparently none of them solve this error message.
Thanks in advance.
Best,
Zahra