nju-websoft / OpenEA

A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs, VLDB 2020
GNU General Public License v3.0
517 stars 80 forks source link

graph-tool version 2.29 not available through conda #54

Open giusygiulia opened 10 months ago

giusygiulia commented 10 months ago

Hello, I have tried to create the conda environment following the instructions in the README file, but it is not possible to find the graph-tool package (both 2,27 and 2.29 versions). Could you please suggest me a way to solve this problem? Thank you in advance.

sunzequn commented 8 months ago

Hi,

Sorry for my late reply. You can try graph-tool 2.40 using the following script:

conda create --name openea11 python=3.6 graph-tool==2.40 -c conda-forge  

We also updated OpenEA to support graph-tool 2.40.