Open cyberpower678 opened 1 year ago
@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
> /home/~/anaconda3/bin/conda run -n ann-benchmark --no-capture-output python install.py > > Building diskann... > #0 building with "default" instance using docker driver > > #1 [internal] load build definition from Dockerfile > #1 transferring dockerfile: 1.79kB 0.0s done > #1 DONE 0.0s > > #2 [internal] load .dockerignore > #2 transferring context: 55B 0.0s done > #2 DONE 0.0s > > #3 [internal] load metadata for docker.io/library/ann-benchmarks:latest > #3 DONE 0.0s > > #4 [ 1/24] FROM docker.io/library/ann-benchmarks > #4 DONE 0.0s > > #5 [ 5/24] RUN cd /tmp && wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB > #5 CACHED > > #6 [ 4/24] RUN pip3 install pybind11 numpy > #6 CACHED > > #7 [ 7/24] RUN cd /tmp && rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB > #7 CACHED > > #8 [ 3/24] RUN apt-get install -y wget git cmake g++ libaio-dev libgoogle-perftools-dev clang-format libboost-dev python3 python3-setuptools python3-pip > #8 CACHED > > #9 [ 6/24] RUN cd /tmp && apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB > #9 CACHED > > #10 [ 2/24] RUN apt-get update > #10 CACHED > > #11 [ 8/24] RUN cd /tmp && sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' > #11 CACHED > > #12 [ 9/24] RUN apt-get update > #12 0.623 Get:1 https://apt.repos.intel.com/mkl all InRelease [4438 B] > #12 0.723 Err:1 https://apt.repos.intel.com/mkl all InRelease > #12 0.723 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109 > #12 0.963 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease > #12 1.322 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] > #12 1.466 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] > #12 2.286 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] > #12 3.233 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1419 kB] > #12 4.947 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.9 kB] > #12 5.339 Reading package lists... > #12 5.933 W: GPG error: https://apt.repos.intel.com/mkl all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109 > #12 5.933 E: The repository 'https://apt.repos.intel.com/mkl all InRelease' is not signed. > #12 ERROR: process "/bin/sh -c apt-get update" did not complete successfully: exit code: 100 > ------ > > [ 9/24] RUN apt-get update: > 0.723 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109 > 0.963 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease > 1.322 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] > 1.466 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] > 2.286 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] > 3.233 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1419 kB] > 4.947 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.9 kB] > > 5.933 W: GPG error: https://apt.repos.intel.com/mkl all InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109 > 5.933 E: The repository 'https://apt.repos.intel.com/mkl all InRelease' is not signed. > ------ > Dockerfile:11 > -------------------- > 9 | RUN cd /tmp && rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB > 10 | RUN cd /tmp && sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' > 11 | >>> RUN apt-get update > 12 | RUN apt-get install -y intel-mkl-64bit-2020.0-088 > 13 | > -------------------- > ERROR: failed to solve: process "/bin/sh -c apt-get update" did not complete successfully: exit code: 100 > > Building kgraph... > #0 building with "default" instance using docker driver > > #1 [internal] load build definition from Dockerfile > #1 transferring dockerfile: 30B 0.0s > #1 transferring dockerfile: 363B 0.0s done > #1 DONE 0.0s > > #2 [internal] load .dockerignore > #2 transferring context: 55B 0.0s done > #2 DONE 0.0s > > #3 [internal] load metadata for docker.io/library/ann-benchmarks:latest > #3 DONE 0.0s > > #4 [1/5] FROM docker.io/library/ann-benchmarks > #4 DONE 0.0s > > #5 [2/5] RUN apt-get update && apt-get install -y libboost-timer-dev libboost-chrono-dev libboost-program-options-dev libboost-system-dev libboost-python-dev > #5 CACHED > > #6 [3/5] RUN git clone https://github.com/aaalgo/kgraph > #6 CACHED > > #7 [4/5] RUN cd kgraph && python3 setup.py build && python3 setup.py install > #7 CACHED > > #8 [5/5] RUN python3 -c 'import pykgraph' > #8 0.336 Traceback (most recent call last): > #8 0.336 File "