-
Notifications
You must be signed in to change notification settings - Fork 753
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
install.py reports numerous installation failures #477
Comments
Terminal output continuedBuilding milvus... #0 building with "default" instance using docker driver#1 [internal] load .dockerignore #2 [internal] load build definition from Dockerfile #3 [internal] load metadata for docker.io/milvusdb/knowhere-env:pyknowhere1.3-20230303 #4 [auth] milvusdb/knowhere-env:pull token for registry-1.docker.io #3 [internal] load metadata for docker.io/milvusdb/knowhere-env:pyknowhere1.3-20230303 #5 [1/6] FROM docker.io/milvusdb/knowhere-env:pyknowhere1.3-20230303@sha256:167c3819db92f9458fa6cfe6878a08885a07396453bfbbcb9e48334bb9e5cb98 #6 [internal] load build context #7 [3/6] COPY run_algorithm.py requirements.txt ./ #8 [4/6] RUN pip3 install -r requirements.txt #9 [2/6] WORKDIR /home/app #10 [5/6] RUN pip3 install scipy==1.10.1 #11 [6/6] RUN python3 -c 'import pyknowhere'
|
@cyberpower678 Which CPU/OS are you running on? |
This particular install is on Windows 11 on an Ubuntu 22.04 WSL2 with and AMD Ryzen Threadripper 3990X |
I found that kgraph was simply renamed and all you need to do is use the updated name. |
Just trying to get setup I've already hit some barriers. I've cut out the successful builds from the terminal output and only attached the failed ones below. I would appreciate some help/workarounds to getting these installed.
Terminal output
The text was updated successfully, but these errors were encountered: