DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.21k stars 151 forks source link

cannot install graphvite from source #98

Open Kunlun-Zhu opened 2 years ago

Kunlun-Zhu commented 2 years ago

fatal: unable to access 'https://github.com/facebookresearch/faiss.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated. Cloning into 'faiss'... -- Had to git clone more than once: 3 times. fatal: invalid reference: master

it seems that faiss don't have 'master' release version anymore, it only have 'main' now

Kunlun-Zhu commented 2 years ago

the conda installation also won't work for cudatoolkit 11.1

Kunlun-Zhu commented 2 years ago

faiss seems seems only available on conda right now, so the cmake file to access faiss from git seems unavailable.

Kunlun-Zhu commented 2 years ago

After the installtion, " Package libgcc-ng conflicts for: graphvite -> libgcc-ng[version='>=5.4.0|>=9.4.0'] graphvite -> cudatoolkit[version='>=9.2,<9.3.0a0'] -> libgcc-ng[version='>=10.3.0|>=4.9|>=7.3.0|>=7.5.0|>=9.3.0|>=7.2.0']

Package cudatoolkit conflicts for: graphvite -> cudatoolkit[version='>=10.0.130,<10.1.0a0|>=9.2,<9.3.0a0|>=10.1.243,<10.2.0a0'] graphvite -> pytorch -> cudatoolkit[version='10.0.|10.0|10.0.|10.1|10.1.|10.2|10.2.|11.0|11.0.|>=11.2,<12|11.1|11.1.|>=11.3,<11.4|>=11.2,<12.0a0|9.2|9.2.|9.2.|>=9.0,<9.1.0a0|>=8.0,<8.1.0a0|9.0.|8.0.|7.5.*'] cudatoolkit=11.3

Package _libgcc_mutex conflicts for: graphvite -> libgcc-ng[version='>=5.4.0'] -> _libgcc_mutex[version='|0.1|0.1',build='main|main|conda_forge'] cudatoolkit=11.3 -> libgcc-ng[version='>=9.4.0'] -> _libgcc_mutex[version='|0.1',build='main|main|conda_forge'] python=3.6 -> libgcc-ng[version='>=9.4.0'] -> _libgcc_mutex[version='*|0.1',build='main|main|conda_forge']

Package libstdcxx-ng conflicts for: graphvite -> cudatoolkit[version='>=9.2,<9.3.0a0'] -> libstdcxx-ng[version='>=10.3.0|>=4.9|>=7.3.0|>=7.5.0|>=9.3.0|>=7.2.0'] graphvite -> libstdcxx-ng[version='>=5.4.0|>=9.4.0']The following specifications were found to be incompatible with your system:

Your installed version is: 2.31 "

it shows 'graphvite: command not found' by running 'graphvite baseline quick start'

DaliaDawod commented 1 year ago

I have the same problem, did you solve it?