Dear Tiago,
Thanks for building this wonderful package!
As a novice in Python I'm struggling to install this package- My operating system is MacOS and I installed graph-tool via Homebrew.
It seems the installation was successful. When compiling, the command './configure' doesn't work, could you please give the further instructions?
Many thanks, Yingjie
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
Dear Yingjie,
If you installed via homebrew, there is no need to compile. You can just import the module and start using it.
Best, Tiago
Am 06.08.19 um 15:44 schrieb lenarpooo:
Dear Tiago,
Thanks for building this wonderful package!
As a novice in Python I'm struggling to install this package- My operating system is MacOS and I installed graph-tool via Homebrew.
It seems the installation was successful. When compiling, the command './configure' doesn't work, could you please give the further instructions?
Many thanks, Yingjie
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ _______________________________________________ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
Dear Tiago,
Thanks for your quick reply! I'm afraid I still can't import it directly in jupyter notebook or Spyder (installed via anaconda), could you help me with this? http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/t496178/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2019-08-07_%E4%B8%8A%E5%8D%889.png http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/t496178/rt.png
Best wishes, Yingjie
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
Am 07.08.19 um 03:00 schrieb lenarpooo:
Dear Tiago,
Thanks for your quick reply! I'm afraid I still can't import it directly in jupyter notebook or Spyder (installed via anaconda), could you help me with this?
You have to use the Python interpreter installed by homebrew, which is different from the one you install using anaconda.
You should install jupyter, spyder, etc using homebrew (not anaconda) and use that.
Best, Tiago
Dear Tiago,
I have successfully imported graph tool in jupyter notebook, but when I use graph_draw there is no plot produced. Could you please help me figure it out? http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/t496178/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7_2019-08-07_%E4%B8%8B%E5%8D%886.png
Thanks, Yingjie
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
Am 07.08.19 um 11:13 schrieb lenarpooo:
Dear Tiago,
I have successfully imported graph tool in jupyter notebook, but when I use graph_draw there is no plot produced. Could you please help me figure it out?
If you use the "output" option the function draws to the specified file, not to the screen. If you want to output to the screen you have to omit the "output" option.
Yeah that works! Thank you very much for your help!
Best wishes, Yingjie
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
Hi,
I downloaded Python with homebrew, then downloaded graph-tool using homebrew as well, then downloaded jupyter with homebrew and opened a notebook and ran 'from graph_tool.all import *'.
However, I still get the error message
ModuleNotFoundError: No module named 'graph_tool'
What should I do?
Thanks, -Sam
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/