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

No matching distribution found for milvus #86

Open
sk003cs opened this issue Feb 3, 2024 · 3 comments
Open

No matching distribution found for milvus #86

sk003cs opened this issue Feb 3, 2024 · 3 comments

Comments

@sk003cs
Copy link

sk003cs commented Feb 3, 2024

Screenshot 2024-02-03 at 8 01 39 AM
@sk003cs
Copy link
Author

sk003cs commented Feb 3, 2024

image

@Hsn37
Copy link

Hsn37 commented Mar 6, 2024

I am running into the same problem when I try to install the package on the python3.10 docker image. It cannot find the package. I am able to install pymilvus without any issues though. Any leads will be appreciated.

@Hsn37
Copy link

Hsn37 commented Mar 6, 2024

Found the issue. The package milvus is only compatible with the ubuntu amd64 architecture. I was building this docker image on M1, where the default docker target platform is arm64. Explicitly using the flag --platform linux/amd64 with the docker build command fixed the issue.

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