src-d / kmcuda

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

using Python 2.7 #56

Closed MahdiKalayeh closed 5 years ago

MahdiKalayeh commented 5 years ago

I was wondering if there is a workaround to use libKMCUDA in Python 2.7?

vmarkovtsev commented 5 years ago

It is a native extension and the binary format is incompatible between 2 and 3. Sorry.