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

Could not find a version that satisfies the requirement scann (from versions: none) #439

Open
siddhsql opened this issue Jul 6, 2023 · 0 comments

Comments

@siddhsql
Copy link

siddhsql commented Jul 6, 2023

I am trying to build a docker image for the scann algorithm like this on a Mac:

% docker build . -f ann_benchmarks/algorithms/scann/Dockerfile -t ann-benchmarks/scann

I understand the scann library only works on Linux (why?) - that's why I am using docker for mac which spins up a linux VM. i see this in docker output:

[+] Building 1.2s (6/7)                                           docker:desktop-linux

but then i get this error:

 > [3/4] RUN pip3 install scann:
0.389 ERROR: Could not find a version that satisfies the requirement scann (from versions: none)
0.389 ERROR: No matching distribution found for scann
------
Dockerfile:4
--------------------
   2 |
   3 |     RUN pip3 install --upgrade pip
   4 | >>> RUN pip3 install scann
   5 |     RUN python3 -c 'import scann'
   6 |
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

1 participant