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

Problem on installing graph tool #14

Closed john012343210 closed 3 years ago

john012343210 commented 3 years ago

PackagesNotFoundError: The following packages are not available from current channels:

sunzequn commented 3 years ago

Hi,

Thanks for your interest in our work. I have just tried to install graph-tool==2.29 and it worked well (please see the following screenshots).

image image

You can take a try with the following script: conda install -c conda-forge graph-tool==2.29

john012343210 commented 3 years ago

problem found,

https://anaconda.org/conda-forge/graph-tool,

this is only available in Linux or osx

sty945 commented 1 year ago

I solved this problem follow by this:

conda install mamba -c conda-forge
mamba install graph-tool --channel conda-forge