luckiezhou / DynamicTriad

Dynamic Network Embedding by Modeling Triadic Closure Process
Apache License 2.0
137 stars 50 forks source link

About python 3.6 #3

Open lowkeygit opened 5 years ago

lowkeygit commented 5 years ago

Can your code be adapted into python 3.6?

luckiezhou commented 5 years ago

I haven't tried it, but my own code is intended to be compatible, of course, with some possibly unattended bugs such as absolute import problem. But I'm not sure if there are any compatibility or building issues with the Cython and Boost.Python libs. Overall speaking, I guess it is okay to use python 3.6, as long as you are prepared to fix some porting bugs from python 2 to 3.