Am 02.03.20 um 07:18 schrieb Kambiz Tavabi: > Hello Tiago, > I’ve aped my way through a few install iterations, didn’t have any luck > with compiling, however the conda installation in my working venv no > longer crashes the python console with exit 127 code! > Now, the same gist yields an AttributeError: > > Traceback (most recent call last): > File > "~/miniconda3/envs/mne/lib/python3.7/site-packages/IPython/core/interactiveshell.py", > line 3331, in run_code > exec(code_obj, self.user_global_ns, self.user_ns) > File "<ipython-input-10-e39c37064277>", line 1, in <module> > graph_tool.draw.graph_draw(g, vertex_text=g.vertex_index, > vertex_font_size=18, > AttributeError: module 'graph_tool.draw' has no attribute 'graph_draw'
The drawing functionality of graph-tool requires the GTK library to be installed, but this is not packaged by anaconda. If you want drawing to work, you have to move out of anaconda. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
