-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find a python module named "libnauty_graph" #1
Comments
Thank you for your interest.
As described in 'procedures.txt', you have to make libnauty_graph.so.
$> git clone https://github.com/seiya-kumada/patchy-san.git
$> cd patchy-san/nauty_sample
$> mkdir lib
$> mkdir -p obj/nauty_class/nauty_class
$> make
For more details, see 'procedures.txt' in the directory 'patchy-san.'
Regards,
S.Kumada
2018年7月31日(火) 15:03 qiumengting <notifications@github.com>:
… Hi, thanks for your sharing for python implementation of PATCHY-SAN
method! I just have a question about it, you have used a python module
named "libnauty_graph", but I can find it anywhere. I cannot install it by
"pip install ..." or "brew install ..." or download it on website, and I
cannot find it in your git either. So could you please tell me how can I
get "libnauty_graph"? Thanks for your kindness!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATV_Z1zUlrBb-ZKZxoI8TKGfvmqSgRbhks5uL_M6gaJpZM4VnpcW>
.
|
Thanks for your replying. But I have encountered a problem when I run the last step "make" in the terminal, and the error is shown in the followings. g++-4.9 -fPIC -I/usr/local/include -I/usr/local/nauty26r7/include -I./nauty_class/nauty_class -I/usr/include/python2.7 -DNDEBUG -DBOOST_PYTHON=1 -O3 -Wall -std=c++14 -Wno-unused-local-typedefs -o obj/./nauty_class/nauty_class/NautyGraph.o -c nauty_class/nauty_class/NautyGraph.cpp I have no idea what can be done to solve this problem. and also I cannot find "procedures.txt" in the directory "patchy-san". Thanks for your kind help! |
I also meet this problem. Hope for your solution |
This project should be run on ubuntu os (like ubuntu 16.04).
|
Sorry! |
Hi, thanks for your sharing for python implementation of PATCHY-SAN method! I just have a question about it, you have used a python module named "libnauty_graph", but I can find it anywhere. I cannot install it by "pip install ..." or "brew install ..." or download it on website, and I cannot find it in your git either. So could you please tell me how can I get "libnauty_graph"? Thanks for your kindness!
The text was updated successfully, but these errors were encountered: