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

Can not found libfaiss.{a,so} after built #777

Closed
lucasjinreal opened this issue Apr 10, 2019 · 1 comment
Closed

Can not found libfaiss.{a,so} after built #777

lucasjinreal opened this issue Apr 10, 2019 · 1 comment
Labels

Comments

@lucasjinreal
Copy link

sudo make install
/bin/mkdir -p /usr/local/lib /usr/local/include/faiss
cp libfaiss.{a,so} /usr/local/lib
cp: cannot stat 'libfaiss.{a,so}': No such file or directory
Makefile:57: recipe for target 'install' failed
make: *** [install] Error 1

@beauby beauby added the install label Apr 10, 2019
@beauby
Copy link
Contributor

beauby commented Apr 10, 2019

Thanks for reporting this, it is due to make on Ubuntu calling /bin/sh. PR #782 fixes this.

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

No branches or pull requests

2 participants