Skip to content
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 install graphvite from source #98

Open
Kunlun-Zhu opened this issue Mar 28, 2022 · 4 comments
Open

cannot install graphvite from source #98

Kunlun-Zhu opened this issue Mar 28, 2022 · 4 comments

Comments

@Kunlun-Zhu
Copy link

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
Copy link
Author

the conda installation also won't work for cudatoolkit 11.1

@Kunlun-Zhu
Copy link
Author

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

@Kunlun-Zhu
Copy link
Author

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:

  • feature:/linux-64::__glibc==2.31=0
  • feature:|@/linux-64::__glibc==2.31=0
  • graphvite -> libgcc-ng[version='>=5.4.0'] -> __glibc[version='>=2.17|>=2.17,<3.0.a0']
  • python=3.6 -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.31
"

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

@DaliaDawod
Copy link

I have the same problem, did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants