You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: