src-d / kmcuda

Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA
Other
783 stars 144 forks source link

colab ERROR: Failed building wheel for libKMCUDA #119

Open 5baixuanyu opened 3 years ago

5baixuanyu commented 3 years ago

Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (from libKMCUDA) (1.19.5) Building wheels for collected packages: libKMCUDA Building wheel for libKMCUDA (setup.py) ... error ERROR: Failed building wheel for libKMCUDA Running setup.py clean for libKMCUDA Failed to build libKMCUDA Installing collected packages: libKMCUDA Running setup.py install for libKMCUDA ... error ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-uy8cdv5n/libKMCUDA/setup.py'"'"'; file='"'"'/tmp/pip-install-uy8cdv5n/libKMCUDA/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-wabi25vz/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.